From: Richard M. Stallman Date: Mon, 15 Aug 2005 02:05:01 +0000 (+0000) Subject: (interpreter-mode-alist): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8;p=emacs.git (interpreter-mode-alist): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 35afa099012..c2cce8b57c9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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'.")