Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad6643fe
Commit
ad6643fe
authored
Aug 17, 2013
by
Xue Fuqiao
Browse files
* text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
parent
ab100635
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-0
doc/lispref/text.texi
doc/lispref/text.texi
+3
-1
No files found.
doc/lispref/ChangeLog
View file @
ad6643fe
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
(Filling): Add cross-reference for hard newlines.
(Filling): Add cross-reference for hard newlines.
(Sorting): Fix indentation.
(Sorting): Fix indentation.
(Columns): Comment out undefined behavior.
(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>
2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
...
...
doc/lispref/text.texi
View file @
ad6643fe
...
@@ -2354,6 +2354,8 @@ code.
...
@@ -2354,6 +2354,8 @@ code.
For example, if @var{count} is 3, this command adds 3 columns of
For example, if @var{count} is 3, this command adds 3 columns of
indentation to each of the lines beginning in the region specified.
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
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
@code{indent-rigidly} to indent the text copied from the message being
replied to.
replied to.
...
@@ -2531,7 +2533,7 @@ This is the contents of the 5th foo.
...
@@ -2531,7 +2533,7 @@ This is the contents of the 5th foo.
@end group
@end group
@group
@group
(capitalize-region 1
44
)
(capitalize-region 1
37
)
@result{} nil
@result{} nil
---------- Buffer: foo ----------
---------- Buffer: foo ----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment