changeset 45437:c48cc0f16c0e

(Indentation Commands): Describe how to remove all indentation. Add an index entry for that.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 May 2002 16:24:28 +0000
parents 0d9c23804094
children 7a6c116b0d4a
files man/indent.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/indent.texi	Tue May 21 06:05:39 2002 +0000
+++ b/man/indent.texi	Tue May 21 16:24:28 2002 +0000
@@ -119,6 +119,11 @@
 arguments).  The whole group of lines moves rigidly sideways, which is
 how the command gets its name.@refill
 
+@cindex remove indentation
+  If you want to remove all indentation from all of the line in the
+region, invoke @kbd{C-x @key{TAB}} with a large negative argument,
+such as -1000.
+
 @findex indent-relative
   @kbd{M-x indent-relative} indents at point based on the previous line
 (actually, the last nonempty line).  It inserts whitespace at point, moving