mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Clarify interpreter-mode-alist doc
* lisp/files.el (interpreter-mode-alist): Reword to avoid confusing quoting that wasn't working anyway.
This commit is contained in:
parent
fc0e567ff3
commit
92a4e3ff2f
1 changed files with 1 additions and 1 deletions
|
|
@ -2612,7 +2612,7 @@ 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 (REGEXP . MODE).
|
||||
If \\\\`REGEXP\\\\' matches the name (minus any directory part) of
|
||||
If REGEXP matches the entire name (minus any directory part) of
|
||||
the interpreter specified in the first line of a script, enable
|
||||
major mode MODE.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue