From: Xue Fuqiao Date: Sat, 17 Aug 2013 14:14:41 +0000 (+0800) Subject: * text.texi (Case Changes): Fix an `args-out-of-range' error in the example. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad6643fe1ac9cd2edda745699fc9b6a119f940af;p=emacs.git * text.texi (Case Changes): Fix an `args-out-of-range' error in the example. --- 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 ----------