1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(Example Major Modes): Fix typo.

This commit is contained in:
Martin Rudalics 2007-08-08 21:14:52 +00:00
parent a88459cd63
commit 219d320aab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-08 Martin Rudalics <rudalics@gmx.at>
* modes.texi (Example Major Modes): Fix typo.
2007-08-08 Glenn Morris <rgm@gnu.org>
* intro.texi (nil and t): Do not use `iff' in documentation.

View File

@ -1078,7 +1078,7 @@ each calls the following function to set various variables:
In Lisp and most programming languages, we want the paragraph
commands to treat only blank lines as paragraph separators. And the
modes should undestand the Lisp conventions for comments. The rest of
modes should understand the Lisp conventions for comments. The rest of
@code{lisp-mode-variables} sets this up:
@smallexample