aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-15 05:47:30 +0000
committerEli Zaretskii2000-10-15 05:47:30 +0000
commit2f6e6410050fc709cb2660074c3c7c78601461f5 (patch)
tree26048dc0c8df7cfeb0ad8ca0aaf9dace0571fa99
parente4fe3460db9da857360fdc94cab70e904df2a582 (diff)
downloademacs-2f6e6410050fc709cb2660074c3c7c78601461f5.tar.gz
emacs-2f6e6410050fc709cb2660074c3c7c78601461f5.zip
Fix a typo.
-rw-r--r--etc/TUTORIAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 6f99eb7c2b3..4437ecd47b0 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -642,7 +642,7 @@ string with another. When you type M-x, Emacs prompts you at the
642bottom of the screen with M-x and you should type the name of the 642bottom of the screen with M-x and you should type the name of the
643command; in this case, "replace-string". Just type "repl s<TAB>" and 643command; in this case, "replace-string". Just type "repl s<TAB>" and
644Emacs will complete the name. (<TAB> is the Tab key, usually found 644Emacs will complete the name. (<TAB> is the Tab key, usually found
645above the lCapsLock or Shift key near the left edge of the keyboard.) 645above the CapsLock or Shift key near the left edge of the keyboard.)
646End the command name with <Return>. 646End the command name with <Return>.
647 647
648The replace-string command requires two arguments--the string to be 648The replace-string command requires two arguments--the string to be