aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2007-08-08 21:14:52 +0000
committerMartin Rudalics2007-08-08 21:14:52 +0000
commit219d320aabacef2ebfb8dc74c3695f9dea8a7f9a (patch)
treea6539077223b2e6bd7b467fc2ffc0fc962931d45
parenta88459cd637fe9fbe44491468cac08fbc840171b (diff)
downloademacs-219d320aabacef2ebfb8dc74c3695f9dea8a7f9a.tar.gz
emacs-219d320aabacef2ebfb8dc74c3695f9dea8a7f9a.zip
(Example Major Modes): Fix typo.
-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 @@
12007-08-08 Martin Rudalics <rudalics@gmx.at>
2
3 * modes.texi (Example Major Modes): Fix typo.
4
12007-08-08 Glenn Morris <rgm@gnu.org> 52007-08-08 Glenn Morris <rgm@gnu.org>
2 6
3 * intro.texi (nil and t): Do not use `iff' in documentation. 7 * 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:
1078 1078
1079 In Lisp and most programming languages, we want the paragraph 1079 In Lisp and most programming languages, we want the paragraph
1080commands to treat only blank lines as paragraph separators. And the 1080commands to treat only blank lines as paragraph separators. And the
1081modes should undestand the Lisp conventions for comments. The rest of 1081modes should understand the Lisp conventions for comments. The rest of
1082@code{lisp-mode-variables} sets this up: 1082@code{lisp-mode-variables} sets this up:
1083 1083
1084@smallexample 1084@smallexample