aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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