changeset 78512:3c4053d52e25

(Example Major Modes): Fix typo.
author Martin Rudalics <rudalics@gmx.at>
date Wed, 08 Aug 2007 21:14:26 +0000
parents 0a3b41825002
children c3783c0f3398
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Wed Aug 08 19:52:03 2007 +0000
+++ b/lispref/modes.texi	Wed Aug 08 21:14:26 2007 +0000
@@ -1078,7 +1078,7 @@
 
   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