summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-05-16 16:07:15 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-05-16 16:07:15 +0000
commit92228a10a24cb72c55b228fb284ba2f6a2aa98c3 (patch)
treed1b35352c85dafb4360d6bb157a9e1296d99ae37 /lispref
parent7dbf4670d9ac3f8438d65d015baf77e9d6585bb3 (diff)
downloademacs-92228a10a24cb72c55b228fb284ba2f6a2aa98c3.tar.gz
(magic-fallback-mode-alist): Rename from file-start-mode-alist.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/modes.texi2
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
@code{auto-mode-alist} gets to decide the mode.
@end defvar
-@defvar file-start-mode-alist
+@defvar magic-fallback-mode-alist
This works like @code{magic-mode-alist}, except that it is handled
only if @code{auto-mode-alist} does not specify a mode for this file.
@end defvar