changeset 67605:d16a1283eb9b

(Killing by Lines): Document `kill-whole-line' function.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 16 Dec 2005 12:02:51 +0000
parents d690cd38b69b
children 182131d306a0
files man/killing.texi
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/killing.texi	Fri Dec 16 11:44:33 2005 +0000
+++ b/man/killing.texi	Fri Dec 16 12:02:51 2005 +0000
@@ -169,6 +169,8 @@
 @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 @@
 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