diff options
| -rw-r--r-- | etc/TUTORIAL | 3 |
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 | |||
| 384 | commands that can remove a lot of text kill the text (they set up so | 384 | commands that can remove a lot of text kill the text (they set up so |
| 385 | that you can yank the text), while the commands that remove just one | 385 | that you can yank the text), while the commands that remove just one |
| 386 | character, or only remove blank lines and spaces, do deletion (so you | 386 | character, or only remove blank lines and spaces, do deletion (so you |
| 387 | cannot yank that text). | 387 | cannot yank that text). <Delback> and C-d do deletion in the simplest |
| 388 | case, 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. |