]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix, @var{function} -> @var{mode-function}.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 19:10:09 +0000 (19:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 19:10:09 +0000 (19:10 +0000)
man/major.texi

index 35b95d06bab9cf0e0339e2e5051638ca4ae20717..e8d9478de63d70c5664151bb3011bda56859fa00 100644 (file)
@@ -92,8 +92,8 @@ needed in Lisp syntax to include a @samp{\} in the string, which is
 needed to suppress the special meaning of @samp{.} in regexps.)  If the
 element has the form @code{(@var{regexp} @var{mode-function}
 @var{flag})} and @var{flag} is non-@code{nil}, then after calling
-@var{function}, the suffix that matched @var{regexp} is discarded and
-the list is searched again for another match.
+@var{mode-function}, the suffix that matched @var{regexp} is discarded
+and the list is searched again for another match.
 
   You can specify which major mode should be used for editing a certain
 file by a special sort of text in the first nonblank line of the file.  The