aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials/TUTORIAL
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tutorials/TUTORIAL')
-rw-r--r--etc/tutorials/TUTORIAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index 12b22f83245..0f33c734f4a 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -379,7 +379,7 @@ Reinsertion of killed text is called "yanking". Generally, the
379commands that can remove a lot of text kill the text (they are set up so 379commands that can remove a lot of text kill the text (they are set up so
380that you can yank the text), while the commands that remove just one 380that you can yank the text), while the commands that remove just one
381character, or only remove blank lines and spaces, do deletion (so you 381character, or only remove blank lines and spaces, do deletion (so you
382cannot yank that text). <DEL> and C-d do deletion in the simplest 382cannot yank that text). <DEL> and C-d do deletion in the simplest
383case, with no argument. When given an argument, they kill instead. 383case, with no argument. When given an argument, they kill instead.
384 384
385>> Move the cursor to the beginning of a line which is not empty. 385>> Move the cursor to the beginning of a line which is not empty.