emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 8c27af3: Clarify how transient indentation modes are exited in


From: Lars Ingebrigtsen
Subject: emacs-27 8c27af3: Clarify how transient indentation modes are exited in the manual
Date: Fri, 5 Feb 2021 05:00:18 -0500 (EST)

branch: emacs-27
commit 8c27af3ff465fe78c635a8acd1debc9c63bfa7f3
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 doc/emacs/indent.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index ceb911b..cca9432 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]