diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 540d61335cd..9e04b9c7cea 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2612,7 +2612,7 @@ and `magic-mode-alist', which determines modes based on file contents.") | |||
| 2612 | "Alist mapping interpreter names to major modes. | 2612 | "Alist mapping interpreter names to major modes. |
| 2613 | This is used for files whose first lines match `auto-mode-interpreter-regexp'. | 2613 | This is used for files whose first lines match `auto-mode-interpreter-regexp'. |
| 2614 | Each element looks like (REGEXP . MODE). | 2614 | Each element looks like (REGEXP . MODE). |
| 2615 | If \\\\`REGEXP\\\\' matches the name (minus any directory part) of | 2615 | If REGEXP matches the entire name (minus any directory part) of |
| 2616 | the interpreter specified in the first line of a script, enable | 2616 | the interpreter specified in the first line of a script, enable |
| 2617 | major mode MODE. | 2617 | major mode MODE. |
| 2618 | 2618 | ||