diff options
| -rw-r--r-- | lisp/files.el | 5 |
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. |
| 1948 | This is used for files whose first lines match `auto-mode-interpreter-regexp'. | 1948 | This is used for files whose first lines match `auto-mode-interpreter-regexp'. |
| 1949 | Each element looks like (INTERPRETER . MODE). | 1949 | Each element looks like (INTERPRETER . MODE). |
| 1950 | The car of each element, a regular expression, is compared with | 1950 | If INTERPRETER matches the name of the interpreter specified in the first line |
| 1951 | the name of the interpreter specified in the first line. | 1951 | of a script, mode MODE is enabled. |
| 1952 | If it matches, mode MODE is selected. | ||
| 1953 | 1952 | ||
| 1954 | See also `auto-mode-alist'.") | 1953 | See also `auto-mode-alist'.") |
| 1955 | 1954 | ||