diff options
Diffstat (limited to 'etc/tutorials/TUTORIAL')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 6 |
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 | |||
| 296 | Newline character, type <Return> (this is the key on the keyboard | 296 | Newline character, type <Return> (this is the key on the keyboard |
| 297 | which is sometimes labeled "Enter"). | 297 | which is sometimes labeled "Enter"). |
| 298 | 298 | ||
| 299 | To delete <DEL> the character immediately before the current cursor | 299 | To delete the character immediately before the current cursor |
| 300 | position, type <DEL>. This is the key on the keyboard usually labeled | 300 | position, 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 |
| 302 | the last character typed. | 302 | the last character typed. |
| @@ -839,8 +839,8 @@ go to the next occurrence of 'cursor' just type C-s again. If no such | |||
| 839 | occurrence exists, Emacs beeps and tells you the search is currently | 839 | occurrence 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 | ||
| 842 | If you are in the middle of an incremental search and type <DEL>, this | 842 | If you are in the middle of an incremental search and type <DEL>, the |
| 843 | the search "retreats" to an earlier location. If you type <DEL> just | 843 | search "retreats" to an earlier location. If you type <DEL> just |
| 844 | after you had typed C-s to advance to the next occurrence of a search | 844 | after you had typed C-s to advance to the next occurrence of a search |
| 845 | string, the <DEL> moves the cursor back to an earlier occurrence. If | 845 | string, the <DEL> moves the cursor back to an earlier occurrence. If |
| 846 | there are no earlier occurrences, the <DEL> erases the last character | 846 | there are no earlier occurrences, the <DEL> erases the last character |