diff options
-rw-r--r-- | doc/emacs/indent.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 95ad726828d..2fe632b822b 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi @@ -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 |