From: Martin Rudalics Date: Wed, 8 Aug 2007 21:14:52 +0000 (+0000) Subject: (Example Major Modes): Fix typo. X-Git-Tag: emacs-pretest-22.1.90~1033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=219d320aabacef2ebfb8dc74c3695f9dea8a7f9a;p=emacs.git (Example Major Modes): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 59da0e8a455..25bd07b9979 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-08-08 Martin Rudalics + + * modes.texi (Example Major Modes): Fix typo. + 2007-08-08 Glenn Morris * intro.texi (nil and t): Do not use `iff' in documentation. diff --git a/lispref/modes.texi b/lispref/modes.texi index 95fbe6a292f..3d60756a901 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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