aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-17 22:14:41 +0800
committerXue Fuqiao2013-08-17 22:14:41 +0800
commitad6643fe1ac9cd2edda745699fc9b6a119f940af (patch)
treea2f6655c6e3e9f1e78176b52c963462281a68dbf
parentab1006358f7e842451a3656ae4430ebdaa49518a (diff)
downloademacs-ad6643fe1ac9cd2edda745699fc9b6a119f940af.tar.gz
emacs-ad6643fe1ac9cd2edda745699fc9b6a119f940af.zip
* text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/text.texi4
2 files changed, 4 insertions, 1 deletions
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 @@
7 (Filling): Add cross-reference for hard newlines. 7 (Filling): Add cross-reference for hard newlines.
8 (Sorting): Fix indentation. 8 (Sorting): Fix indentation.
9 (Columns): Comment out undefined behavior. 9 (Columns): Comment out undefined behavior.
10 (Case Changes): Fix an `args-out-of-range' error in the example.
10 11
112013-08-16 Xue Fuqiao <xfq.free@gmail.com> 122013-08-16 Xue Fuqiao <xfq.free@gmail.com>
12 13
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.
2354For example, if @var{count} is 3, this command adds 3 columns of 2354For example, if @var{count} is 3, this command adds 3 columns of
2355indentation to each of the lines beginning in the region specified. 2355indentation to each of the lines beginning in the region specified.
2356 2356
2357@c FIXME: I suggest using message-indent-citation as the example, or
2358@c just remove this paragraph. --xfq
2357In Mail mode, @kbd{C-c C-y} (@code{mail-yank-original}) uses 2359In Mail mode, @kbd{C-c C-y} (@code{mail-yank-original}) uses
2358@code{indent-rigidly} to indent the text copied from the message being 2360@code{indent-rigidly} to indent the text copied from the message being
2359replied to. 2361replied to.
@@ -2531,7 +2533,7 @@ This is the contents of the 5th foo.
2531@end group 2533@end group
2532 2534
2533@group 2535@group
2534(capitalize-region 1 44) 2536(capitalize-region 1 37)
2535@result{} nil 2537@result{} nil
2536 2538
2537---------- Buffer: foo ---------- 2539---------- Buffer: foo ----------