diff options
| author | Richard M. Stallman | 1993-07-20 18:26:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-20 18:26:59 +0000 |
| commit | 525a7dc41bce5a083716a2d0e21b4c4eeaa0fd1f (patch) | |
| tree | a8d66c07214d7324ec1dfd1521cb4fa410103548 | |
| parent | 5e5586769bb2c5efe8ec6bc357d0b8f264faaebe (diff) | |
| download | emacs-525a7dc41bce5a083716a2d0e21b4c4eeaa0fd1f.tar.gz emacs-525a7dc41bce5a083716a2d0e21b4c4eeaa0fd1f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TUTORIAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 18a610f0da0..c31bc88761a 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -651,14 +651,14 @@ search. BUT WAIT! Don't do them now. When you type C-s you'll | |||
| 651 | notice that the string "I-search" appears as a prompt in the echo | 651 | notice that the string "I-search" appears as a prompt in the echo |
| 652 | area. This tells you that Emacs is in what is called an incremental | 652 | area. This tells you that Emacs is in what is called an incremental |
| 653 | search waiting for you to type the thing that you want to search for. | 653 | search waiting for you to type the thing that you want to search for. |
| 654 | <ESC> terminates a search. | 654 | <RET> terminates a search. |
| 655 | 655 | ||
| 656 | >> Now type C-s to start a search. SLOWLY, one letter at a time, | 656 | >> Now type C-s to start a search. SLOWLY, one letter at a time, |
| 657 | type the word 'cursor', pausing after you type each | 657 | type the word 'cursor', pausing after you type each |
| 658 | character to notice what happens to the cursor. | 658 | character to notice what happens to the cursor. |
| 659 | >> Type C-s to find the next occurrence of "cursor". | 659 | >> Type C-s to find the next occurrence of "cursor". |
| 660 | >> Now type <Rubout> four times and see how the cursor moves. | 660 | >> Now type <Rubout> four times and see how the cursor moves. |
| 661 | >> Type <ESC> to terminate the search. | 661 | >> Type <RET> to terminate the search. |
| 662 | 662 | ||
| 663 | Did you see what happened? Emacs, in an incremental search, tries to | 663 | Did you see what happened? Emacs, in an incremental search, tries to |
| 664 | go to the occurrence of the string that you've typed out so far. To go | 664 | go to the occurrence of the string that you've typed out so far. To go |