aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/modes.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index e79561ac008..d442f8546fc 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -435,7 +435,8 @@ compares the text at the start of the buffer to the variable
435@code{magic-mode-alist}, described above, except that is consulted 435@code{magic-mode-alist}, described above, except that is consulted
436only after @code{auto-mode-alist}. By default, 436only after @code{auto-mode-alist}. By default,
437@code{magic-fallback-mode-alist} contains forms that check for image 437@code{magic-fallback-mode-alist} contains forms that check for image
438files, HTML/XML/SGML files, and PostScript files. 438files, HTML/XML/SGML files, PostScript files, and Unix style Conf
439files.
439 440
440@findex normal-mode 441@findex normal-mode
441 If you have changed the major mode of a buffer, you can return to 442 If you have changed the major mode of a buffer, you can return to