]> git.eshelyaron.com Git - emacs.git/commitdiff
(Deletion): Complete description of `C-x C-o'.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 14:01:40 +0000 (14:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 14:01:40 +0000 (14:01 +0000)
man/killing.texi

index 9950e405cdd9d5bad67c6645a146d28f40959117..006af200c06db9a0754a086fb46d8bba118eea50 100644 (file)
@@ -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