From 9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Aug 2005 02:05:01 +0000 Subject: [PATCH] (interpreter-mode-alist): Doc fix. --- lisp/files.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'.") -- 2.39.2