]> git.eshelyaron.com Git - emacs.git/commitdiff
(Auto Major Mode): interpreter-mode-alist is not a regexp.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 2005 02:06:09 +0000 (02:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Aug 2005 02:06:09 +0000 (02:06 +0000)
lispref/modes.texi

index 5520b9c76bde4c4ea4db854231dbd1b83cf5e779..fc5262a1bbe94be9c1245d6d6ba77e0f06c850e3 100644 (file)
@@ -869,9 +869,7 @@ command interpreter in a @samp{#!} line.  Its value is an alist with
 elements of the form @code{(@var{interpreter} . @var{mode})}; for
 example, @code{("perl" . perl-mode)} is one element present by
 default.  The element says to use mode @var{mode} if the file
-specifies an interpreter which matches @var{interpreter}.  The value
-of @var{interpreter} is actually a regular expression. @xref{Regular
-Expressions}.
+specifies an interpreter which matches @var{interpreter}.
 @end defvar
 
 @defvar magic-mode-alist