mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +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.
|
"Alist mapping interpreter names to major modes.
|
||||||
This is used for files whose first lines match `auto-mode-interpreter-regexp'.
|
This is used for files whose first lines match `auto-mode-interpreter-regexp'.
|
||||||
Each element looks like (INTERPRETER . MODE).
|
Each element looks like (INTERPRETER . MODE).
|
||||||
The car of each element, a regular expression, is compared with
|
If INTERPRETER matches the name of the interpreter specified in the first line
|
||||||
the name of the interpreter specified in the first line.
|
of a script, mode MODE is enabled.
|
||||||
If it matches, mode MODE is selected.
|
|
||||||
|
|
||||||
See also `auto-mode-alist'.")
|
See also `auto-mode-alist'.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user