diff options
| author | Richard M. Stallman | 2005-08-15 02:06:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-15 02:06:09 +0000 |
| commit | abd10ce8ae617ba0566a6664e55ba0573a4b2175 (patch) | |
| tree | b35e50a290f34d177d8e64d01071cf17ef6b5ba9 | |
| parent | 9f01a773d0771cd67d6f5e5dfb0818bcb5ec90b8 (diff) | |
| download | emacs-abd10ce8ae617ba0566a6664e55ba0573a4b2175.tar.gz emacs-abd10ce8ae617ba0566a6664e55ba0573a4b2175.zip | |
(Auto Major Mode): interpreter-mode-alist is not a regexp.
| -rw-r--r-- | lispref/modes.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 5520b9c76bd..fc5262a1bbe 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -869,9 +869,7 @@ command interpreter in a @samp{#!} line. Its value is an alist with | |||
| 869 | elements of the form @code{(@var{interpreter} . @var{mode})}; for | 869 | elements of the form @code{(@var{interpreter} . @var{mode})}; for |
| 870 | example, @code{("perl" . perl-mode)} is one element present by | 870 | example, @code{("perl" . perl-mode)} is one element present by |
| 871 | default. The element says to use mode @var{mode} if the file | 871 | default. The element says to use mode @var{mode} if the file |
| 872 | specifies an interpreter which matches @var{interpreter}. The value | 872 | specifies an interpreter which matches @var{interpreter}. |
| 873 | of @var{interpreter} is actually a regular expression. @xref{Regular | ||
| 874 | Expressions}. | ||
| 875 | @end defvar | 873 | @end defvar |
| 876 | 874 | ||
| 877 | @defvar magic-mode-alist | 875 | @defvar magic-mode-alist |