summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-08-08 21:14:52 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-08-08 21:14:52 +0000
commit219d320aabacef2ebfb8dc74c3695f9dea8a7f9a (patch)
treea6539077223b2e6bd7b467fc2ffc0fc962931d45 /lispref
parenta88459cd637fe9fbe44491468cac08fbc840171b (diff)
downloademacs-219d320aabacef2ebfb8dc74c3695f9dea8a7f9a.tar.gz
(Example Major Modes): Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/modes.texi2
2 files changed, 5 insertions, 1 deletions
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 <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.
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