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:
parent
0d8b69e0ad
commit
904edf1f07
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ that column number.
|
||||||
@kindex C-x TAB
|
@kindex C-x TAB
|
||||||
@findex indent-rigidly
|
@findex indent-rigidly
|
||||||
@cindex remove indentation
|
@cindex remove indentation
|
||||||
This command is used to change the indentation of all lines that begin
|
Indent all lines that begin in the region, moving the affected lines
|
||||||
in the region, moving the affected lines as a rigid unit.
|
as a rigid unit (@code{indent-rigidly}).
|
||||||
|
|
||||||
If called with no argument, the command activates a transient mode for
|
If called with no argument, the command activates a transient mode for
|
||||||
adjusting the indentation of the affected lines interactively. While
|
adjusting the indentation of the affected lines interactively. While
|
||||||
|
|
Loading…
Add table
Reference in a new issue