# HG changeset patch # User Richard M. Stallman # Date 1124071569 0 # Node ID 94eca817f6660d53311b2426e52a42130e5ce439 # Parent c3eb48b914e354074edd1215e98dfb26bff58c3a (Auto Major Mode): interpreter-mode-alist is not a regexp. diff -r c3eb48b914e3 -r 94eca817f666 lispref/modes.texi --- a/lispref/modes.texi Mon Aug 15 02:05:01 2005 +0000 +++ b/lispref/modes.texi Mon Aug 15 02:06:09 2005 +0000 @@ -869,9 +869,7 @@ 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