From f98345fa1c5894fb25cd0738e3a5e252f4eb95c5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 May 2002 16:24:28 +0000 Subject: [PATCH] (Indentation Commands): Describe how to remove all indentation. Add an index entry for that. --- man/indent.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5