diff options
| author | Jim Blandy | 1989-10-12 06:17:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1989-10-12 06:17:41 +0000 |
| commit | 89758ab855a9a8a64f36d986da39767ebdc9ac76 (patch) | |
| tree | be162dec6c0c0bedc628d3a1382ec9c7ac1c99e1 /etc | |
| parent | c8ff0e1b9459c3ce8e8ecbb27a6b0a7d38a18dd2 (diff) | |
| download | emacs-89758ab855a9a8a64f36d986da39767ebdc9ac76.tar.gz emacs-89758ab855a9a8a64f36d986da39767ebdc9ac76.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TUTORIAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 9a4cf614ace..993de7ce0b2 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -296,7 +296,7 @@ commands that can destroy a lot of text save it, while the ones that | |||
| 296 | attack only one character, or nothing but blank lines and spaces, do | 296 | attack only one character, or nothing but blank lines and spaces, do |
| 297 | not save. | 297 | not save. |
| 298 | 298 | ||
| 299 | For instance, type C-n a couple times to postion the cursor | 299 | For instance, type C-n a couple times to position the cursor |
| 300 | at some line on this screen. | 300 | at some line on this screen. |
| 301 | 301 | ||
| 302 | >> Do this now, move the cursor and kill that line with C-k. | 302 | >> Do this now, move the cursor and kill that line with C-k. |
| @@ -533,7 +533,7 @@ to replace it with--each one ended with a Return. | |||
| 533 | Then type M-x repl s<Return>changed<Return>altered<Return>. | 533 | Then type M-x repl s<Return>changed<Return>altered<Return>. |
| 534 | 534 | ||
| 535 | Notice how this line has changed: you've replaced | 535 | Notice how this line has changed: you've replaced |
| 536 | the word c-h-a-n-g-e-d with "altered" wherever it occured | 536 | the word c-h-a-n-g-e-d with "altered" wherever it occurred |
| 537 | after the cursor. | 537 | after the cursor. |
| 538 | 538 | ||
| 539 | 539 | ||