comparison man/indent.texi @ 38490:1518ad710658

Fix last changes.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 19 Jul 2001 13:24:11 +0000
parents 23f63206a867
children daea04400144
comparison
equal deleted inserted replaced
38489:19cb32759a2a 38490:1518ad710658
17 Perform @key{RET} followed by @key{TAB} (@code{newline-and-indent}). 17 Perform @key{RET} followed by @key{TAB} (@code{newline-and-indent}).
18 @item M-^ 18 @item M-^
19 Merge the previous and the current line (@code{delete-indentation}). 19 Merge the previous and the current line (@code{delete-indentation}).
20 This would cancel out the effect of @kbd{C-j}. 20 This would cancel out the effect of @kbd{C-j}.
21 @item C-M-o 21 @item C-M-o
22 Split the line at point; text on the line after point becomes a new line 22 Split the current line at point; text on the line after point becomes a
23 indented to the same column where point is located (@code{split-line}). 23 new line indented to the same column where point is located
24 (@code{split-line}).
24 @item M-m 25 @item M-m
25 Move (forward or back) to the first nonblank character on the current 26 Move (forward or back) to the first nonblank character on the current
26 line (@code{back-to-indentation}). 27 line (@code{back-to-indentation}).
27 @item C-M-\ 28 @item C-M-\
28 Indent several lines to the same column (@code{indent-region}). 29 Indent several lines to the same column (@code{indent-region}).