diff options
| -rw-r--r-- | etc/TUTORIAL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 362894731b2..fac0b6f9ed8 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -522,12 +522,12 @@ do this, Emacs renames the original file to a new name so that it is | |||
| 522 | not lost. The new name is made by adding "~" to the end of the | 522 | not lost. The new name is made by adding "~" to the end of the |
| 523 | original file's name. | 523 | original file's name. |
| 524 | 524 | ||
| 525 | When saving is finished, Emacs prints the name of the file written. | 525 | When saving is finished, Emacs displays the name of the file written. |
| 526 | You should save fairly often, so that you will not lose very much | 526 | You should save fairly often, so that you will not lose very much |
| 527 | work if the system should crash. | 527 | work if the system should crash. |
| 528 | 528 | ||
| 529 | >> Type C-x C-s, saving your copy of the tutorial. | 529 | >> Type C-x C-s, saving your copy of the tutorial. |
| 530 | This should print "Wrote ...TUTORIAL" at the bottom of the screen. | 530 | This should show "Wrote ...TUTORIAL" at the bottom of the screen. |
| 531 | 531 | ||
| 532 | NOTE: On some systems, typing C-x C-s will freeze the screen and you | 532 | NOTE: On some systems, typing C-x C-s will freeze the screen and you |
| 533 | will see no further output from Emacs. This indicates that an | 533 | will see no further output from Emacs. This indicates that an |
| @@ -989,10 +989,10 @@ Here are some other useful C-h options: | |||
| 989 | function. | 989 | function. |
| 990 | 990 | ||
| 991 | >> Try typing C-h f previous-line<Return>. | 991 | >> Try typing C-h f previous-line<Return>. |
| 992 | This prints all the information Emacs has about the | 992 | This displays all the information Emacs has about the |
| 993 | function which implements the C-p command. | 993 | function which implements the C-p command. |
| 994 | 994 | ||
| 995 | A similar command C-h v prints the documentation of variables whose | 995 | A similar command C-h v displays the documentation of variables whose |
| 996 | values you can set to customize Emacs behavior. You need to type in | 996 | values you can set to customize Emacs behavior. You need to type in |
| 997 | the name of the variable when Emacs prompts for it. | 997 | the name of the variable when Emacs prompts for it. |
| 998 | 998 | ||