From: Eli Zaretskii Date: Fri, 16 Dec 2005 12:03:17 +0000 (+0000) Subject: (Killing by Lines): Document `kill-whole-line' function. X-Git-Tag: emacs-pretest-22.0.90~5250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=533286e0a08fa940d77e39897ce36f9f9de1a253;p=emacs.git (Killing by Lines): Document `kill-whole-line' function. --- diff --git a/man/ChangeLog b/man/ChangeLog index 07b18326ffa..60445947ac4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-12-16 Eli Zaretskii + + * org.texi (Internal Links): Add a missing comma after an @xref. + 2005-12-16 L$,1 q(Brentey K,Aa(Broly * buffers.texi (Select Buffer): Change `prev-buffer' to diff --git a/man/killing.texi b/man/killing.texi index 5b5c55f4083..738043cd61b 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -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