+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.
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
(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)
(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