mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
(Deletion): Complete description of `C-x C-o'.
This commit is contained in:
parent
cbb8b77d19
commit
fda95b3d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ leaves @var{n} spaces after point.
|
|||
@kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines
|
||||
after the current line. If the current line is blank, it deletes all
|
||||
blank lines preceding the current line as well (leaving one blank line,
|
||||
the current line).
|
||||
the current line). On a solitary blank line, it deletes that line.
|
||||
|
||||
@kbd{M-^} (@code{delete-indentation}) joins the current line and the
|
||||
previous line, by deleting a newline and all surrounding spaces, usually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue