changeset 4190:023ddd6f5c2b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jul 1993 18:26:59 +0000
parents 14c8cd7926a0
children 52d79980a2e3
files etc/TUTORIAL
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
-<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