From: Richard M. Stallman Date: Sun, 17 Dec 2006 22:12:59 +0000 (+0000) Subject: Say that C-d and DEL with arg do killing. X-Git-Tag: emacs-pretest-22.0.92~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=616faee50d6d3afbbe6fed2bb7477ec8bb1a8c5a;p=emacs.git Say that C-d and DEL with arg do killing. --- diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 63e5d601fed..ff1075c17bb 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL @@ -384,7 +384,8 @@ Reinsertion of killed text is called "yanking". Generally, the commands that can remove a lot of text kill the text (they set up so that you can yank the text), while the commands that remove just one character, or only remove blank lines and spaces, do deletion (so you -cannot yank that text). +cannot yank that text). and C-d do deletion in the simplest +case, with no argument. When given an argument, they kill instead. >> Move the cursor to the beginning of a line which is not empty. Then type C-k to kill the text on that line.