Mention indent-rigidly in the Emacs manual

* 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)
This commit is contained in:
Daniel Martín 2023-06-10 12:36:53 +02:00 committed by Eli Zaretskii
parent 0d8b69e0ad
commit 904edf1f07

View 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