From: Paul Eggert Date: Sun, 28 Jun 2015 20:23:04 +0000 (-0700) Subject: Clarify interpreter-mode-alist doc X-Git-Tag: emacs-25.0.90~1618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5;p=emacs.git Clarify interpreter-mode-alist doc * lisp/files.el (interpreter-mode-alist): Reword to avoid confusing quoting that wasn't working anyway. --- 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.") "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.