emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113937: * text.texi (Case Changes): Fix an `args-ou


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113937: * text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
Date: Sat, 17 Aug 2013 14:15:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113937
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-17 22:14:41 +0800
message:
  * text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-17 11:14:10 +0000
+++ b/doc/lispref/ChangeLog     2013-08-17 14:14:41 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-17 10:46:11 +0000
+++ b/doc/lispref/text.texi     2013-08-17 14:14:41 +0000
@@ -2354,6 +2354,8 @@
 For example, if @var{count} is 3, this command adds 3 columns of
 indentation to each of the lines beginning in the region specified.
 
address@hidden FIXME: I suggest using message-indent-citation as the example, or
address@hidden 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 @@
 @end group
 
 @group
-(capitalize-region 1 44)
+(capitalize-region 1 37)
 @result{} nil
 
 ---------- Buffer: foo ----------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]