aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-04-22 19:10:09 +0000
committerRichard M. Stallman2001-04-22 19:10:09 +0000
commit72cc9b56f03d64b03f81ce5dc1665cf1be403cc2 (patch)
treeb7981f8357cdaad77c02cd048ecac61c863a6f28
parent2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1 (diff)
downloademacs-72cc9b56f03d64b03f81ce5dc1665cf1be403cc2.tar.gz
emacs-72cc9b56f03d64b03f81ce5dc1665cf1be403cc2.zip
Minor fix, @var{function} -> @var{mode-function}.
-rw-r--r--man/major.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/major.texi b/man/major.texi
index 35b95d06bab..e8d9478de63 100644
--- a/man/major.texi
+++ b/man/major.texi
@@ -92,8 +92,8 @@ needed in Lisp syntax to include a @samp{\} in the string, which is
92needed to suppress the special meaning of @samp{.} in regexps.) If the 92needed to suppress the special meaning of @samp{.} in regexps.) If the
93element has the form @code{(@var{regexp} @var{mode-function} 93element has the form @code{(@var{regexp} @var{mode-function}
94@var{flag})} and @var{flag} is non-@code{nil}, then after calling 94@var{flag})} and @var{flag} is non-@code{nil}, then after calling
95@var{function}, the suffix that matched @var{regexp} is discarded and 95@var{mode-function}, the suffix that matched @var{regexp} is discarded
96the list is searched again for another match. 96and the list is searched again for another match.
97 97
98 You can specify which major mode should be used for editing a certain 98 You can specify which major mode should be used for editing a certain
99file by a special sort of text in the first nonblank line of the file. The 99file by a special sort of text in the first nonblank line of the file. The