aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/major.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/major.texi b/man/major.texi
index e444965dd99..fe9416aacde 100644
--- a/man/major.texi
+++ b/man/major.texi
@@ -148,6 +148,14 @@ which allows you to specify local variables as well, like this:
148@noindent 148@noindent
149@xref{File Variables}, for more information about this. 149@xref{File Variables}, for more information about this.
150 150
151@vindex auto-mode-case-fold
152 On systems with case-insensitive file names, only a single
153case-insensitive search through the @code{auto-mode-alist} is made.
154On other systems, Emacs normally performs a single case-sensitive
155search through the alist, but if you set this variable to a
156non-@code{nil} value, Emacs will perform a second case-insensitive
157search if the first search fails.
158
151@vindex interpreter-mode-alist 159@vindex interpreter-mode-alist
152 When a file's contents begin with @samp{#!}, it can serve as an 160 When a file's contents begin with @samp{#!}, it can serve as an
153executable shell command, which works by running an interpreter named on 161executable shell command, which works by running an interpreter named on