mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(interpreter-mode-alist): Doc fix.
This commit is contained in:
parent
5b9b5b8991
commit
9f01a773d0
@ -1947,9 +1947,8 @@ and `magic-mode-alist', which determines modes based on file contents.")
|
||||
"Alist mapping interpreter names to major modes.
|
||||
This is used for files whose first lines match `auto-mode-interpreter-regexp'.
|
||||
Each element looks like (INTERPRETER . MODE).
|
||||
The car of each element, a regular expression, is compared with
|
||||
the name of the interpreter specified in the first line.
|
||||
If it matches, mode MODE is selected.
|
||||
If INTERPRETER matches the name of the interpreter specified in the first line
|
||||
of a script, mode MODE is enabled.
|
||||
|
||||
See also `auto-mode-alist'.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user