From: Eli Zaretskii Date: Tue, 21 May 2002 16:24:28 +0000 (+0000) Subject: (Indentation Commands): Describe how to remove all indentation. Add X-Git-Tag: ttn-vms-21-2-B4~14939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f98345fa1c5894fb25cd0738e3a5e252f4eb95c5;p=emacs.git (Indentation Commands): Describe how to remove all indentation. Add an index entry for that. --- diff --git a/man/indent.texi b/man/indent.texi index 975d1e08a92..1a7310f8c80 100644 --- a/man/indent.texi +++ b/man/indent.texi @@ -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