From ad6643fe1ac9cd2edda745699fc9b6a119f940af Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 17 Aug 2013 22:14:41 +0800 Subject: [PATCH] * text.texi (Case Changes): Fix an `args-out-of-range' error in the example. --- doc/lispref/ChangeLog | 1 + doc/lispref/text.texi | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 723dc0cbedf..7618736ee4f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -7,6 +7,7 @@ (Filling): Add cross-reference for hard newlines. (Sorting): Fix indentation. (Columns): Comment out undefined behavior. + (Case Changes): Fix an `args-out-of-range' error in the example. 2013-08-16 Xue Fuqiao diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 38b0136de2e..385b0f95c44 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -2354,6 +2354,8 @@ code. For example, if @var{count} is 3, this command adds 3 columns of indentation to each of the lines beginning in the region specified. +@c FIXME: I suggest using message-indent-citation as the example, or +@c just remove this paragraph. --xfq In Mail mode, @kbd{C-c C-y} (@code{mail-yank-original}) uses @code{indent-rigidly} to indent the text copied from the message being replied to. @@ -2531,7 +2533,7 @@ This is the contents of the 5th foo. @end group @group -(capitalize-region 1 44) +(capitalize-region 1 37) @result{} nil ---------- Buffer: foo ---------- -- 2.39.2