diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /etc/tutorials/TUTORIAL | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
Diffstat (limited to 'etc/tutorials/TUTORIAL')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 1d80f4e1191..f566df9735d 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -498,12 +498,12 @@ you save, Emacs leaves the original file under a changed name in case | |||
| 498 | you later decide that your changes were a mistake. | 498 | you later decide that your changes were a mistake. |
| 499 | 499 | ||
| 500 | If you look near the bottom of the screen you will see a line that | 500 | If you look near the bottom of the screen you will see a line that |
| 501 | begins and ends with dashes, and starts with "--:--- TUTORIAL" or | 501 | begins with dashes, and starts with "--:--- TUTORIAL" or something |
| 502 | something like that. This part of the screen normally shows the name | 502 | like that. This part of the screen normally shows the name of the |
| 503 | of the file that you are visiting. Right now, you are visiting a file | 503 | file that you are visiting. Right now, you are visiting a file called |
| 504 | called "TUTORIAL" which is your personal scratch copy of the Emacs | 504 | "TUTORIAL" which is your personal scratch copy of the Emacs tutorial. |
| 505 | tutorial. When you find a file with Emacs, that file's name will | 505 | When you find a file with Emacs, that file's name will appear in that |
| 506 | appear in that precise spot. | 506 | precise spot. |
| 507 | 507 | ||
| 508 | One special thing about the command for finding a file is that you | 508 | One special thing about the command for finding a file is that you |
| 509 | have to say what file name you want. We say the command "reads an | 509 | have to say what file name you want. We say the command "reads an |