* text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 14:14:41 +0000 (22:14 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 14:14:41 +0000 (22:14 +0800)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 723dc0c..7618736 100644 (file)
@@ -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  <xfq.free@gmail.com>
 
index 38b0136..385b0f9 100644 (file)
@@ -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 ----------