aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-15 02:05:01 +0000
committerRichard M. Stallman2005-08-15 02:05:01 +0000
commit9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8 (patch)
tree0cbf2d6c67a51899bf3c2a8561b8c1c7e303cfcd
parent5b9b5b8991c2262b7c5b41c4dffba9be99482e7a (diff)
downloademacs-9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8.tar.gz
emacs-9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8.zip
(interpreter-mode-alist): Doc fix.
-rw-r--r--lisp/files.el5
1 files 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.")
1947 "Alist mapping interpreter names to major modes. 1947 "Alist mapping interpreter names to major modes.
1948This is used for files whose first lines match `auto-mode-interpreter-regexp'. 1948This is used for files whose first lines match `auto-mode-interpreter-regexp'.
1949Each element looks like (INTERPRETER . MODE). 1949Each element looks like (INTERPRETER . MODE).
1950The car of each element, a regular expression, is compared with 1950If INTERPRETER matches the name of the interpreter specified in the first line
1951the name of the interpreter specified in the first line. 1951of a script, mode MODE is enabled.
1952If it matches, mode MODE is selected.
1953 1952
1954See also `auto-mode-alist'.") 1953See also `auto-mode-alist'.")
1955 1954