emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/killing.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/killing.texi
Date: Fri, 16 Dec 2005 12:02:52 +0000

Index: emacs/man/killing.texi
diff -u emacs/man/killing.texi:1.45 emacs/man/killing.texi:1.46
--- emacs/man/killing.texi:1.45 Fri Dec  9 14:57:33 2005
+++ emacs/man/killing.texi      Fri Dec 16 12:02:51 2005
@@ -169,6 +169,8 @@
 @table @kbd
 @item C-k
 Kill rest of line or one or more lines (@code{kill-line}).
address@hidden 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}.
 
address@hidden C-S-backspace
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]