# HG changeset patch # User Richard M. Stallman # Date 1166393579 0 # Node ID a2bfb826940c54c4bc273bea25775b84809d04f7 # Parent 3c81cd2d393990d5b42d2ea06d538fbf7c7b5880 Say that C-d and DEL with arg do killing. diff -r 3c81cd2d3939 -r a2bfb826940c etc/TUTORIAL --- a/etc/TUTORIAL Sun Dec 17 22:04:05 2006 +0000 +++ b/etc/TUTORIAL Sun Dec 17 22:12:59 2006 +0000 @@ -384,7 +384,8 @@ 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.