diff options
| -rw-r--r-- | man/major.texi | 8 |
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 | ||
| 153 | case-insensitive search through the @code{auto-mode-alist} is made. | ||
| 154 | On other systems, Emacs normally performs a single case-sensitive | ||
| 155 | search through the alist, but if you set this variable to a | ||
| 156 | non-@code{nil} value, Emacs will perform a second case-insensitive | ||
| 157 | search 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 |
| 153 | executable shell command, which works by running an interpreter named on | 161 | executable shell command, which works by running an interpreter named on |