# HG changeset patch # User Richard M. Stallman # Date 987966609 0 # Node ID 04f11a4bb597a7e834afcc3342f0e89ad188e08d # Parent e495884180bb514d2bf7c14f573d3791cff2587c Minor fix, @var{function} -> @var{mode-function}. diff -r e495884180bb -r 04f11a4bb597 man/major.texi --- a/man/major.texi Sun Apr 22 19:08:41 2001 +0000 +++ b/man/major.texi Sun Apr 22 19:10:09 2001 +0000 @@ -92,8 +92,8 @@ 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