Mercurial > emacs
changeset 106718:afc2be124e6e
modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Jan 2010 22:31:41 +0200 |
parents | 15eb515afd85 |
children | b7f28f66e31e |
files | doc/lispref/ChangeLog doc/lispref/modes.texi |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sat Jan 02 15:14:54 2010 -0500 +++ b/doc/lispref/ChangeLog Sat Jan 02 22:31:41 2010 +0200 @@ -1,3 +1,7 @@ +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)
--- a/doc/lispref/modes.texi Sat Jan 02 15:14:54 2010 -0500 +++ b/doc/lispref/modes.texi Sat Jan 02 22:31:41 2010 +0200 @@ -1062,8 +1062,8 @@ ;; @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