# HG changeset patch # User Richard M. Stallman # Date 1124071501 0 # Node ID c3eb48b914e354074edd1215e98dfb26bff58c3a # Parent d10e1f63c5882ffc6403a36173f719ee44e5d211 (interpreter-mode-alist): Doc fix. diff -r d10e1f63c588 -r c3eb48b914e3 lisp/files.el --- 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'.")