]> git.eshelyaron.com Git - emacs.git/commitdiff
(Indentation Commands): Describe how to remove all indentation. Add
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 May 2002 16:24:28 +0000 (16:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 May 2002 16:24:28 +0000 (16:24 +0000)
an index entry for that.

man/indent.texi

index 975d1e08a922457b127589e7fde2564fc8dbd9a9..1a7310f8c8023914a5f4b472ccd0db67c0f7787c 100644 (file)
@@ -119,6 +119,11 @@ lines in the region right by its argument (left, for negative
 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