aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 540d61335cd..9e04b9c7cea 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2612,7 +2612,7 @@ and `magic-mode-alist', which determines modes based on file contents.")
2612 "Alist mapping interpreter names to major modes. 2612 "Alist mapping interpreter names to major modes.
2613This is used for files whose first lines match `auto-mode-interpreter-regexp'. 2613This is used for files whose first lines match `auto-mode-interpreter-regexp'.
2614Each element looks like (REGEXP . MODE). 2614Each element looks like (REGEXP . MODE).
2615If \\\\`REGEXP\\\\' matches the name (minus any directory part) of 2615If REGEXP matches the entire name (minus any directory part) of
2616the interpreter specified in the first line of a script, enable 2616the interpreter specified in the first line of a script, enable
2617major mode MODE. 2617major mode MODE.
2618 2618