From 92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 28 Jun 2015 13:23:04 -0700 Subject: [PATCH] Clarify interpreter-mode-alist doc * lisp/files.el (interpreter-mode-alist): Reword to avoid confusing quoting that wasn't working anyway. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 540d61335c..9e04b9c7ce 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. -- 2.39.2