]> git.eshelyaron.com Git - emacs.git/commitdiff
(Choosing Modes): Document auto-mode-case-fond.
authorKim F. Storm <storm@cua.dk>
Sun, 31 Dec 2006 00:38:43 +0000 (00:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 31 Dec 2006 00:38:43 +0000 (00:38 +0000)
man/major.texi

index e444965dd99ff8fdb0ae49d299ec13cc7f59ec46..fe9416aacdee9466ed85af9b9295bbde8fe66ae6 100644 (file)
@@ -148,6 +148,14 @@ which allows you to specify local variables as well, like this:
 @noindent
 @xref{File Variables}, for more information about this.
 
+@vindex auto-mode-case-fold
+  On systems with case-insensitive file names, only a single
+case-insensitive search through the @code{auto-mode-alist} is made.
+On other systems, Emacs normally performs a single case-sensitive
+search through the alist, but if you set this variable to a
+non-@code{nil} value, Emacs will perform a second case-insensitive
+search if the first search fails.
+
 @vindex interpreter-mode-alist
   When a file's contents begin with @samp{#!}, it can serve as an
 executable shell command, which works by running an interpreter named on