aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials/TUTORIAL
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tutorials/TUTORIAL')
-rw-r--r--etc/tutorials/TUTORIAL6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index c41b5d1127e..12b22f83245 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -296,7 +296,7 @@ like A, 7, *, etc., are inserted as you type them. To insert a
296Newline character, type <Return> (this is the key on the keyboard 296Newline character, type <Return> (this is the key on the keyboard
297which is sometimes labeled "Enter"). 297which is sometimes labeled "Enter").
298 298
299To delete <DEL> the character immediately before the current cursor 299To delete the character immediately before the current cursor
300position, type <DEL>. This is the key on the keyboard usually labeled 300position, type <DEL>. This is the key on the keyboard usually labeled
301"Backspace"--the same one you normally use, outside Emacs, to delete 301"Backspace"--the same one you normally use, outside Emacs, to delete
302the last character typed. 302the last character typed.
@@ -839,8 +839,8 @@ go to the next occurrence of 'cursor' just type C-s again. If no such
839occurrence exists, Emacs beeps and tells you the search is currently 839occurrence exists, Emacs beeps and tells you the search is currently
840"failing". C-g would also terminate the search. 840"failing". C-g would also terminate the search.
841 841
842If you are in the middle of an incremental search and type <DEL>, this 842If you are in the middle of an incremental search and type <DEL>, the
843the search "retreats" to an earlier location. If you type <DEL> just 843search "retreats" to an earlier location. If you type <DEL> just
844after you had typed C-s to advance to the next occurrence of a search 844after you had typed C-s to advance to the next occurrence of a search
845string, the <DEL> moves the cursor back to an earlier occurrence. If 845string, the <DEL> moves the cursor back to an earlier occurrence. If
846there are no earlier occurrences, the <DEL> erases the last character 846there are no earlier occurrences, the <DEL> erases the last character