aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TUTORIAL
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-17 22:12:59 +0000
committerRichard M. Stallman2006-12-17 22:12:59 +0000
commit616faee50d6d3afbbe6fed2bb7477ec8bb1a8c5a (patch)
tree489e0fe1f9792d50d100f1727f27c0b8332e49d0 /etc/TUTORIAL
parentaca2cfd2b6b71b4f0e3951ce6227385111f3e852 (diff)
downloademacs-616faee50d6d3afbbe6fed2bb7477ec8bb1a8c5a.tar.gz
emacs-616faee50d6d3afbbe6fed2bb7477ec8bb1a8c5a.zip
Say that C-d and DEL with arg do killing.
Diffstat (limited to 'etc/TUTORIAL')
-rw-r--r--etc/TUTORIAL3
1 files changed, 2 insertions, 1 deletions
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
384commands that can remove a lot of text kill the text (they set up so 384commands that can remove a lot of text kill the text (they set up so
385that you can yank the text), while the commands that remove just one 385that you can yank the text), while the commands that remove just one
386character, or only remove blank lines and spaces, do deletion (so you 386character, or only remove blank lines and spaces, do deletion (so you
387cannot yank that text). 387cannot yank that text). <Delback> and C-d do deletion in the simplest
388case, with no argument. When given an argument, they kill instead.
388 389
389>> Move the cursor to the beginning of a line which is not empty. 390>> Move the cursor to the beginning of a line which is not empty.
390 Then type C-k to kill the text on that line. 391 Then type C-k to kill the text on that line.