]> git.eshelyaron.com Git - emacs.git/commitdiff
(interpreter-mode-alist): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 2005 02:05:01 +0000 (02:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 2005 02:05:01 +0000 (02:05 +0000)
lisp/files.el

index 35afa0990126fc275e48db9ec341c0cd3fd56f36..c2cce8b57c93bb2066653a1deb4a3688ce10f02f 100644 (file)
@@ -1947,9 +1947,8 @@ 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 (INTERPRETER . MODE).
-The car of each element, a regular expression, is compared with
-the name of the interpreter specified in the first line.
-If it matches, mode MODE is selected.
+If INTERPRETER matches the name of the interpreter specified in the first line
+of a script, mode MODE is enabled.
 
 See also `auto-mode-alist'.")