From: Richard M. Stallman Date: Mon, 15 Aug 2005 02:06:09 +0000 (+0000) Subject: (Auto Major Mode): interpreter-mode-alist is not a regexp. X-Git-Tag: emacs-pretest-22.0.90~7583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abd10ce8ae617ba0566a6664e55ba0573a4b2175;p=emacs.git (Auto Major Mode): interpreter-mode-alist is not a regexp. --- 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 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