Mercurial > emacs
changeset 37421:04f11a4bb597
Minor fix, @var{function} -> @var{mode-function}.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Apr 2001 19:10:09 +0000 |
parents | e495884180bb |
children | 98ffe6c6b815 |
files | man/major.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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