]> git.eshelyaron.com Git - emacs.git/commitdiff
(Example Major Modes): Fix typo.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 8 Aug 2007 21:14:52 +0000 (21:14 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 8 Aug 2007 21:14:52 +0000 (21:14 +0000)
lispref/ChangeLog
lispref/modes.texi

index 59da0e8a455c4750006b6666d9cafb3064527441..25bd07b9979695b1c96435eabe40058345b16bba 100644 (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.
index 95fbe6a292f4e5cedbec2e5b12421e69f3b3b1e2..3d60756a901741c56cfc113ce0eb43d2ef3bb342 100644 (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