]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 18:26:59 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 18:26:59 +0000 (18:26 +0000)
etc/TUTORIAL

index 18a610f0da02d8126a2fb79ec37f161c3850ba47..c31bc88761ae87e8de3f85f95e31fabf8ce3a119 100644 (file)
@@ -651,14 +651,14 @@ search.  BUT WAIT!  Don't do them now.  When you type C-s you'll
 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.
-<ESC> terminates a search.
+<RET> 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 <Rubout> four times and see how the cursor moves.
->> Type <ESC> to terminate the search.
+>> Type <RET> 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