Mercurial > emacs
comparison etc/TUTORIAL @ 32492:e4721c5ab8dd
Fix a typo.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 15 Oct 2000 05:47:30 +0000 |
parents | 0fe223923f61 |
children | e8d926df8cc4 |
comparison
equal
deleted
inserted
replaced
32491:2fc546f941df | 32492:e4721c5ab8dd |
---|---|
640 example is the command replace-string, which globally replaces one | 640 example is the command replace-string, which globally replaces one |
641 string with another. When you type M-x, Emacs prompts you at the | 641 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 |
649 replaced, and the string to replace it with. You must end each | 649 replaced, and the string to replace it with. You must end each |
650 argument with <Return>. | 650 argument with <Return>. |