Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/modes.texi

    r4207 r4210  
    617617@end defvar 
    618618 
    619 @defvar file-start-mode-alist 
     619@defvar magic-fallback-mode-alist 
    620620This works like @code{magic-mode-alist}, except that it is handled 
    621621only if @code{auto-mode-alist} does not specify a mode for this file. 
     
    957957@end smallexample 
    958958 
    959   But here is how it was defined formerly, before 
     959@noindent 
     960(The last line is redundant nowadays, since @code{indent-relative} is 
     961the default value, and we'll delete it in a future version.) 
     962 
     963  Here is how it was defined formerly, before 
    960964@code{define-derived-mode} existed: 
    961965