diff options
| author | Eli Zaretskii | 2000-10-15 05:47:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-15 05:47:30 +0000 |
| commit | 2f6e6410050fc709cb2660074c3c7c78601461f5 (patch) | |
| tree | 26048dc0c8df7cfeb0ad8ca0aaf9dace0571fa99 | |
| parent | e4fe3460db9da857360fdc94cab70e904df2a582 (diff) | |
| download | emacs-2f6e6410050fc709cb2660074c3c7c78601461f5.tar.gz emacs-2f6e6410050fc709cb2660074c3c7c78601461f5.zip | |
Fix a typo.
| -rw-r--r-- | etc/TUTORIAL | 2 |
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 | |||
| 642 | bottom of the screen with M-x and you should type the name of the | 642 | bottom of the screen with M-x and you should type the name of the |
| 643 | command; in this case, "replace-string". Just type "repl s<TAB>" and | 643 | command; in this case, "replace-string". Just type "repl s<TAB>" and |
| 644 | Emacs will complete the name. (<TAB> is the Tab key, usually found | 644 | Emacs will complete the name. (<TAB> is the Tab key, usually found |
| 645 | above the lCapsLock or Shift key near the left edge of the keyboard.) | 645 | above the CapsLock or Shift key near the left edge of the keyboard.) |
| 646 | End the command name with <Return>. | 646 | End the command name with <Return>. |
| 647 | 647 | ||
| 648 | The replace-string command requires two arguments--the string to be | 648 | The replace-string command requires two arguments--the string to be |