Mercurial > emacs
comparison man/killing.texi @ 90182:f042e7c0fe20
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 302-319)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 69)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 20 May 2005 04:22:05 +0000 |
parents | 13796b0653c7 747b2c665140 |
children | 2d92f5c9d6ae |
comparison
equal
deleted
inserted
replaced
90181:0c828e2b0b6f | 90182:f042e7c0fe20 |
---|---|
155 leaves @var{n} spaces after point. | 155 leaves @var{n} spaces after point. |
156 | 156 |
157 @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines | 157 @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines |
158 after the current line. If the current line is blank, it deletes all | 158 after the current line. If the current line is blank, it deletes all |
159 blank lines preceding the current line as well (leaving one blank line, | 159 blank lines preceding the current line as well (leaving one blank line, |
160 the current line). | 160 the current line). On a solitary blank line, it deletes that line. |
161 | 161 |
162 @kbd{M-^} (@code{delete-indentation}) joins the current line and the | 162 @kbd{M-^} (@code{delete-indentation}) joins the current line and the |
163 previous line, by deleting a newline and all surrounding spaces, usually | 163 previous line, by deleting a newline and all surrounding spaces, usually |
164 leaving a single space. @xref{Indentation,M-^}. | 164 leaving a single space. @xref{Indentation,M-^}. |
165 | 165 |