# HG changeset patch # User Eli Zaretskii # Date 971289472 0 # Node ID 0fe223923f61cce59efec0c021dc64bd14ff87ee # Parent 4d8ff72a1290f8ee38e9384354d1b2936ce618cc Minor wording changes, suggested by Per Starback . diff -r 4d8ff72a1290 -r 0fe223923f61 etc/TUTORIAL --- a/etc/TUTORIAL Wed Oct 11 18:30:48 2000 +0000 +++ b/etc/TUTORIAL Wed Oct 11 18:37:52 2000 +0000 @@ -358,8 +358,8 @@ You can also kill any part of the buffer with one uniform method. Move to one end of that part, and type C-@ or C-SPC (either one). -Move to the other end of that part, and type C-w. That kills -all the text between the two positions. +(SPC is the Space bar.) Move to the other end of that part, and type +C-w. That kills all the text between the two positions. >> Move the cursor to the Y at the start of the previous paragraph. >> Type C-SPC. Emacs should display a message "Mark set" @@ -641,7 +641,9 @@ string with another. When you type M-x, Emacs prompts you at the bottom of the screen with M-x and you should type the name of the command; in this case, "replace-string". Just type "repl s" and -Emacs will complete the name. End the command name with . +Emacs will complete the name. ( is the Tab key, usually found +above the lCapsLock or Shift key near the left edge of the keyboard.) +End the command name with . The replace-string command requires two arguments--the string to be replaced, and the string to replace it with. You must end each @@ -850,7 +852,8 @@ One of the nice features of Emacs is that you can display more than one window on the screen at the same time. ->> Move the cursor to this line and type C-u 0 C-l. +>> Move the cursor to this line and type C-u 0 C-l (that's control-L, not + control-1). >> Now type C-x 2 which splits the screen into two windows. Both windows display this tutorial. The cursor stays in the top window.