# HG changeset patch # User Eli Zaretskii # Date 1134734571 0 # Node ID d16a1283eb9bcc6a1d5b285891cf19ebdcb02537 # Parent d690cd38b69b67d293387225e196a6139ac5cbc1 (Killing by Lines): Document `kill-whole-line' function. diff -r d690cd38b69b -r d16a1283eb9b man/killing.texi --- 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