diff options
| author | Karl Heuer | 1998-04-13 18:53:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-13 18:53:08 +0000 |
| commit | 73635959b6404a1cd8b37099d319ca1cf459ca6b (patch) | |
| tree | 240efbb8f2456be9e9e0cd82f06144b44b0dd79b | |
| parent | 7aa122f48c048b8538e48a3a4968429588d1bfbe (diff) | |
| download | emacs-73635959b6404a1cd8b37099d319ca1cf459ca6b.tar.gz emacs-73635959b6404a1cd8b37099d319ca1cf459ca6b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TUTORIAL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 003e443b20a..abb1dafadb2 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -534,9 +534,9 @@ C-x C-f. This way you can get quite a number of files inside Emacs. | |||
| 534 | Finally, type C-x C-f TUTORIAL <Return> | 534 | Finally, type C-x C-f TUTORIAL <Return> |
| 535 | to come back to the tutorial. | 535 | to come back to the tutorial. |
| 536 | 536 | ||
| 537 | Emacs stores each file's text inside an object called a "buffer." | 537 | Emacs stores each file's text inside an object called a "buffer". |
| 538 | Finding a file makes a new buffer inside Emacs. To see a list of the | 538 | Finding a file makes a new buffer inside Emacs. To see a list of the |
| 539 | buffers that current exist in your Emacs job, type | 539 | buffers that currently exist in your Emacs job, type |
| 540 | 540 | ||
| 541 | C-x C-b List buffers | 541 | C-x C-b List buffers |
| 542 | 542 | ||
| @@ -647,8 +647,8 @@ Emacs deletes its auto save file. | |||
| 647 | 647 | ||
| 648 | If the computer crashes, you can recover your auto-saved editing by | 648 | If the computer crashes, you can recover your auto-saved editing by |
| 649 | finding the file normally (the file you were editing, not the auto | 649 | finding the file normally (the file you were editing, not the auto |
| 650 | save file) and then typing M-x recover file<return>. When it asks for | 650 | save file) and then typing M-x recover file<Return>. When it asks for |
| 651 | confirmation, type yes<return> to go ahead and recover the auto-save | 651 | confirmation, type yes<Return> to go ahead and recover the auto-save |
| 652 | data. | 652 | data. |
| 653 | 653 | ||
| 654 | 654 | ||
| @@ -656,7 +656,7 @@ data. | |||
| 656 | ----------- | 656 | ----------- |
| 657 | 657 | ||
| 658 | If Emacs sees that you are typing commands slowly it shows them to you | 658 | If Emacs sees that you are typing commands slowly it shows them to you |
| 659 | at the bottom of the screen in an area called the "echo area." The echo | 659 | at the bottom of the screen in an area called the "echo area". The echo |
| 660 | area contains the bottom line of the screen. | 660 | area contains the bottom line of the screen. |
| 661 | 661 | ||
| 662 | 662 | ||
| @@ -703,7 +703,7 @@ switch to Fundamental mode. | |||
| 703 | 703 | ||
| 704 | If you are going to be editing English text, such as this file, you | 704 | If you are going to be editing English text, such as this file, you |
| 705 | should probably use Text Mode. | 705 | should probably use Text Mode. |
| 706 | >> Type M-x text-mode<Return>. | 706 | >> Type M-x text mode<Return>. |
| 707 | 707 | ||
| 708 | Don't worry, none of the commands you have learned changes Emacs in | 708 | Don't worry, none of the commands you have learned changes Emacs in |
| 709 | any great way. But you can observe that M-f and M-b now treat | 709 | any great way. But you can observe that M-f and M-b now treat |