From 2f3725cd1c0936438e2ea6d87232892015adbc0c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Jan 2010 22:31:41 +0200 Subject: [PATCH] modes.texi (Example Major Modes): Fix indentation. (Bug#5195) --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/modes.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 419e81904ed..e7467c20d25 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2010-01-02 Eli Zaretskii + + * modes.texi (Example Major Modes): Fix indentation. (Bug#5195) + 2010-01-02 Chong Yidong * nonascii.texi (Text Representations, Character Codes) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 1e7ef76ed55..c78ced0d67b 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -1062,8 +1062,8 @@ correspondingly more complicated. Here are excerpts from ;; @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 -- 2.39.2