aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2015-06-28 13:23:04 -0700
committerPaul Eggert2015-06-28 13:24:57 -0700
commit92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5 (patch)
tree1e3d628aa72761ee0e517d5240dc003583703e33 /lisp
parentfc0e567ff3d36597c7ba3312de18df45f27ed99d (diff)
downloademacs-92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5.tar.gz
emacs-92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5.zip
Clarify interpreter-mode-alist doc
* lisp/files.el (interpreter-mode-alist): Reword to avoid confusing quoting that wasn't working anyway.
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