]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention indent-rigidly in the Emacs manual
authorDaniel Martín <mardani29@yahoo.es>
Sat, 10 Jun 2023 10:36:53 +0000 (12:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Jun 2023 11:15:21 +0000 (14:15 +0300)
* doc/emacs/indent.texi (Indentation Commands): Rewrite the first
sentence of 'C-x TAB' to mention the command that it executes, and
without using passive voice.  (Bug#63997)

doc/emacs/indent.texi

index 95ad726828de931aa79b086c1ba06a03efb93b46..2fe632b822baae629884a7ebde48771bdfa0cc07 100644 (file)
@@ -127,8 +127,8 @@ that column number.
 @kindex C-x TAB
 @findex indent-rigidly
 @cindex remove indentation
-This command is used to change the indentation of all lines that begin
-in the region, moving the affected lines as a rigid unit.
+Indent all lines that begin in the region, moving the affected lines
+as a rigid unit (@code{indent-rigidly}).
 
 If called with no argument, the command activates a transient mode for
 adjusting the indentation of the affected lines interactively.  While