From 219d320aabacef2ebfb8dc74c3695f9dea8a7f9a Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 8 Aug 2007 21:14:52 +0000 Subject: [PATCH] (Example Major Modes): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/modes.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT