]> git.eshelyaron.com Git - emacs.git/commitdiff
(Killing by Lines): Document `kill-whole-line' function.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Dec 2005 12:03:17 +0000 (12:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Dec 2005 12:03:17 +0000 (12:03 +0000)
man/ChangeLog
man/killing.texi

index 07b18326ffa25264499b6332c3ebebedee8e4127..60445947ac4c37f6a4bb9da65f04f90a98aec014 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * org.texi (Internal Links): Add a missing comma after an @xref.
+
 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
 
        * buffers.texi (Select Buffer): Change `prev-buffer' to
index 5b5c55f40834ed2b8a72112275d06924ea1da1b3..738043cd61bd8468d812d69dc84d4a0c81bd461c 100644 (file)
@@ -169,6 +169,8 @@ leaving a single space.  @xref{Indentation,M-^}.
 @table @kbd
 @item C-k
 Kill rest of line or one or more lines (@code{kill-line}).
+@item C-S-backspace
+Kill an entire line at once (@code{kill-whole-line})
 @end table
 
 @kindex C-k
@@ -200,6 +202,13 @@ current line.
 the very beginning of a line kills the entire line including the
 following newline.  This variable is normally @code{nil}.
 
+@kindex C-S-backspace
+@findex kill-whole-line
+  @kbd{C-S-backspace} (@code{kill-whole-line}) will kill a whole line
+including its newline regardless of the position of point within the
+line.  Note that many character terminals will prevent you from typing
+the key sequence @kbd{C-S-backspace}.
+
 @node Other Kill Commands
 @subsection Other Kill Commands
 @findex kill-region