emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 92a4e3f 1/2: Clarify interpreter-mode-alist doc


From: Paul Eggert
Subject: [Emacs-diffs] master 92a4e3f 1/2: Clarify interpreter-mode-alist doc
Date: Sun, 28 Jun 2015 20:25:01 +0000

branch: master
commit 92a4e3ff2ff64c20f00b270c9340fbd2193bf7a5
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index 540d613..9e04b9c 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]