diff options
| author | Stefan Monnier | 2007-05-16 16:07:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-05-16 16:07:15 +0000 |
| commit | 92228a10a24cb72c55b228fb284ba2f6a2aa98c3 (patch) | |
| tree | d1b35352c85dafb4360d6bb157a9e1296d99ae37 /lispref | |
| parent | 7dbf4670d9ac3f8438d65d015baf77e9d6585bb3 (diff) | |
| download | emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.tar.gz emacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.zip | |
(magic-fallback-mode-alist): Rename from file-start-mode-alist.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 6d9aabefbe8..95fbe6a292f 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -616,7 +616,7 @@ the text at the beginning of the buffer matches @var{regexp} and | |||
| 616 | @code{auto-mode-alist} gets to decide the mode. | 616 | @code{auto-mode-alist} gets to decide the mode. |
| 617 | @end defvar | 617 | @end defvar |
| 618 | 618 | ||
| 619 | @defvar file-start-mode-alist | 619 | @defvar magic-fallback-mode-alist |
| 620 | This works like @code{magic-mode-alist}, except that it is handled | 620 | This works like @code{magic-mode-alist}, except that it is handled |
| 621 | only if @code{auto-mode-alist} does not specify a mode for this file. | 621 | only if @code{auto-mode-alist} does not specify a mode for this file. |
| 622 | @end defvar | 622 | @end defvar |