mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(Choosing Modes): Document auto-mode-case-fond.
This commit is contained in:
parent
bb178aaa96
commit
2c47a0f0fc
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue