]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/modes.texi (Choosing Modes): Minor doc fix for
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 23 Aug 2015 08:57:56 +0000 (16:57 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 23 Aug 2015 08:57:56 +0000 (16:57 +0800)
magic-fallback-mode-alist.

doc/emacs/modes.texi

index e79561ac0086d38a0ffa2ff846958feb2a964c0b..d442f8546fc15fe8fc06ee9ca05d16b0af55bfa2 100644 (file)
@@ -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