diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-21 16:24:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-21 16:24:28 +0000 |
commit | f98345fa1c5894fb25cd0738e3a5e252f4eb95c5 (patch) | |
tree | af9c034df44f9aaed30ddc13cdbb0b9236bedf5a /man/indent.texi | |
parent | 2306a6c74f00d98c8a7d1b2f08dde637ecc24d48 (diff) | |
download | emacs-f98345fa1c5894fb25cd0738e3a5e252f4eb95c5.tar.gz |
(Indentation Commands): Describe how to remove all indentation. Add
an index entry for that.
Diffstat (limited to 'man/indent.texi')
-rw-r--r-- | man/indent.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |