projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e62778
)
* doc/lispref/text.texi (Mode-Specific Indent): Fix a typo (bug#36646).
author
Markus Triska
<triska@metalevel.at>
Sun, 14 Jul 2019 07:31:26 +0000
(09:31 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 14 Jul 2019 07:56:38 +0000
(10:56 +0300)
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index f3d222b70830108fb4b989a4e99383945ed4121a..f44659c622d1d8048cd058fd41ef25e4e9cc2cc8 100644
(file)
--- a/
doc/lispref/text.texi
+++ b/
doc/lispref/text.texi
@@
-2332,7
+2332,7
@@
Here is what it does:
@itemize
@item
First, it checks whether Transient Mark mode is enabled and the region
-is active. If so, it call
ed
@code{indent-region} to indent all the
+is active. If so, it call
s
@code{indent-region} to indent all the
text in the region (@pxref{Region Indent}).
@item