Mercurial > emacs
changeset 64973:c3eb48b914e3
(interpreter-mode-alist): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Aug 2005 02:05:01 +0000 |
parents | d10e1f63c588 |
children | 94eca817f666 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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'.")