aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-05-21 16:24:28 +0000
committerEli Zaretskii <[email protected]>2002-05-21 16:24:28 +0000
commitf98345fa1c5894fb25cd0738e3a5e252f4eb95c5 (patch)
treeaf9c034df44f9aaed30ddc13cdbb0b9236bedf5a /man
parent2306a6c74f00d98c8a7d1b2f08dde637ecc24d48 (diff)
(Indentation Commands): Describe how to remove all indentation. Add
an index entry for that.
Diffstat (limited to 'man')
-rw-r--r--man/indent.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/indent.texi b/man/indent.texi
index 975d1e08a9..1a7310f8c8 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