]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify how transient indentation modes are exited in the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Feb 2021 10:00:07 +0000 (11:00 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Feb 2021 10:00:13 +0000 (11:00 +0100)
* 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).

doc/emacs/indent.texi

index ceb911bef90707106af065dc7b4adb588886897b..cca9432fa4f673b2d64fb02a5886e0fc7db6268c 100644 (file)
@@ -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).