]> git.eshelyaron.com Git - emacs.git/commitdiff
Say that C-d and DEL with arg do killing.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:12:59 +0000 (22:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:12:59 +0000 (22:12 +0000)
etc/TUTORIAL

index 63e5d601fed1df72c26a414b33e286d446f14112..ff1075c17bb7bd1685ed358994edd1454ea7e5b3 100644 (file)
@@ -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).  <Delback> 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.