]> git.eshelyaron.com Git - emacs.git/commitdiff
(Example Major Modes): Fix typos.
authorLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 15:59:39 +0000 (15:59 +0000)
committerLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 15:59:39 +0000 (15:59 +0000)
lispref/ChangeLog
lispref/modes.texi

index 99d0646d347d916ab25184bf6dd0b045def7365f..aab908b546196082b4a8dc05aa48352dc4b9acc2 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-06  Lute Kamstra  <lute@gnu.org>
+
+       * modes.texi (Example Major Modes): Fix typos.
+
 2005-02-06  Richard M. Stallman  <rms@gnu.org>
 
        * text.texi (Margins): fill-nobreak-predicate can be one function.
index 699e3ad5d0626f5fcbaf4249efa3984a390f046e..ca03249e93d673ef5eee9a0f839d6f457cd1e60f 100644 (file)
@@ -379,7 +379,7 @@ inherit all the commands defined in this map.")
 In this mode, paragraphs are delimited only by blank or white lines.
 You can thus get the full benefit of adaptive filling
  (see the variable `adaptive-fill-mode').
-\\{text-mode-map}
+\\@{text-mode-map@}
 Turning on Text mode runs the normal hook `text-mode-hook'."
 @end group
 @group
@@ -481,7 +481,6 @@ correspondingly more complicated.  Here are excerpts from
       (modify-syntax-entry ?' "'   " table)
       (modify-syntax-entry ?, "'   " table)
 @end group
-@end group
 @group
       ;; @r{@dots{}likewise for many other characters@dots{}}
       (modify-syntax-entry ?\( "()  " table)
@@ -490,6 +489,7 @@ correspondingly more complicated.  Here are excerpts from
       (modify-syntax-entry ?\] ")[  " table))
     table))
 @end group
+@group
 ;; @r{Create an abbrev table for lisp-mode.}
 (define-abbrev-table 'lisp-mode-abbrev-table ())
 @end group