# HG changeset patch # User Richard M. Stallman # Date 743192819 0 # Node ID 023ddd6f5c2b807c210f5ffc86c52efaddfe729a # Parent 14c8cd7926a0ea5bf52ba7175d6ed95b44ad3d5f *** empty log message *** diff -r 14c8cd7926a0 -r 023ddd6f5c2b etc/TUTORIAL --- a/etc/TUTORIAL Tue Jul 20 18:15:38 1993 +0000 +++ b/etc/TUTORIAL Tue Jul 20 18:26:59 1993 +0000 @@ -651,14 +651,14 @@ notice that the string "I-search" appears as a prompt in the echo area. This tells you that Emacs is in what is called an incremental search waiting for you to type the thing that you want to search for. - terminates a search. + terminates a search. >> Now type C-s to start a search. SLOWLY, one letter at a time, type the word 'cursor', pausing after you type each character to notice what happens to the cursor. >> Type C-s to find the next occurrence of "cursor". >> Now type four times and see how the cursor moves. ->> Type to terminate the search. +>> Type to terminate the search. Did you see what happened? Emacs, in an incremental search, tries to go to the occurrence of the string that you've typed out so far. To go