+2010-01-02 Eli Zaretskii <eliz@gnu.org>
+
+ * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
+
2010-01-02 Chong Yidong <cyd@stupidchicken.com>
* nonascii.texi (Text Representations, Character Codes)
;; @r{part of symbol names but not words.}
;; @r{(The digit @samp{0} is @code{48} in the @acronym{ASCII} character set.)}
(while (< i ?0)
- (modify-syntax-entry i "_ " table)
- (setq i (1+ i)))
+ (modify-syntax-entry i "_ " table)
+ (setq i (1+ i)))
;; @r{@dots{} similar code follows for other character ranges.}
@end group
@group