summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-02-05 11:00:07 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-02-05 11:00:13 +0100
commit8c27af3ff465fe78c635a8acd1debc9c63bfa7f3 (patch)
tree8685eb64a33811921f3806175970db3289828e7d
parentfc37dc298f27025823fad2d944e11cc7ee6a058d (diff)
downloademacs-8c27af3ff465fe78c635a8acd1debc9c63bfa7f3.tar.gz
Clarify how transient indentation modes are exited in the manual
* doc/emacs/indent.texi (Indentation Commands): Clarify that the other keys don't just exit the transient mode, but are also handled as normally (bug#46296).
-rw-r--r--doc/emacs/indent.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index ceb911bef90..cca9432fa4f 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -136,8 +136,8 @@ this transient mode is active, typing @kbd{@key{LEFT}} or
@kbd{@key{RIGHT}} indents leftward and rightward, respectively, by one
space. You can also type @kbd{S-@key{LEFT}} or @kbd{S-@key{RIGHT}} to
indent leftward or rightward to the next tab stop (@pxref{Tab Stops}).
-Typing any other key disables the transient mode, and resumes normal
-editing.
+Typing any other key disables the transient mode, and this key is then
+acted upon as normally.
If called with a prefix argument @var{n}, this command indents the
lines forward by @var{n} spaces (without enabling the transient mode).