changeset 64974:94eca817f666

(Auto Major Mode): interpreter-mode-alist is not a regexp.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Aug 2005 02:06:09 +0000
parents c3eb48b914e3
children 2abe34cec6dc
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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