]> code.delx.au - gnu-emacs/commitdiff
Clarify interpreter-mode-alist doc
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jun 2015 20:23:04 +0000 (13:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jun 2015 20:24:57 +0000 (13:24 -0700)
* lisp/files.el (interpreter-mode-alist):
Reword to avoid confusing quoting that wasn't working anyway.

lisp/files.el

index 540d61335cd3d3862d91d8c109808c832aa29d01..9e04b9c7cea318ed44bb06454d4306087516d4ca 100644 (file)
@@ -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.