diff lisp/files.el @ 64973:c3eb48b914e3

(interpreter-mode-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Aug 2005 02:05:01 +0000
parents a471e69ed043
children 8bd0fdf7b9d1
line wrap: on
line diff
--- a/lisp/files.el	Mon Aug 15 02:04:29 2005 +0000
+++ b/lisp/files.el	Mon Aug 15 02:05:01 2005 +0000
@@ -1947,9 +1947,8 @@
   "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'.")