1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(Indentation Commands): Describe how to remove all indentation. Add

an index entry for that.
This commit is contained in:
Eli Zaretskii 2002-05-21 16:24:28 +00:00
parent 2306a6c74f
commit f98345fa1c

View 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