diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-08-23 16:57:56 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-08-23 16:57:56 +0800 |
commit | a664f6a5d586e1f3fdbf31d0cf2fdaa6429a58fe (patch) | |
tree | cde8042a697eb94050c281b71faadaa9f95cfe20 | |
parent | 24ae05251587fbba4687544ec57565c8bc48071a (diff) | |
download | emacs-a664f6a5d586e1f3fdbf31d0cf2fdaa6429a58fe.tar.gz |
* doc/emacs/modes.texi (Choosing Modes): Minor doc fix for
magic-fallback-mode-alist.
-rw-r--r-- | doc/emacs/modes.texi | 3 |
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 @code{magic-mode-alist}, described above, except that is consulted only after @code{auto-mode-alist}. By default, @code{magic-fallback-mode-alist} contains forms that check for image -files, HTML/XML/SGML files, and PostScript files. +files, HTML/XML/SGML files, PostScript files, and Unix style Conf +files. @findex normal-mode If you have changed the major mode of a buffer, you can return to |