mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
Minor fix, @var{function} -> @var{mode-function}.
This commit is contained in:
parent
2e4a0639dc
commit
72cc9b56f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue