diff options
| author | Richard M. Stallman | 2002-11-29 16:22:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-29 16:22:52 +0000 |
| commit | ff7de4eee711905a2a48bff588b50ed933e97a0c (patch) | |
| tree | 92685b65fab245bf2733d57b11fef068698f0d40 | |
| parent | 0e47bbf745299990bdc1dcbaafe29ca8bb45b551 (diff) | |
| download | emacs-ff7de4eee711905a2a48bff588b50ed933e97a0c.tar.gz emacs-ff7de4eee711905a2a48bff588b50ed933e97a0c.zip | |
Fix typos.
| -rw-r--r-- | etc/TUTORIAL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index b82c5c81e6d..2c112b08930 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -606,7 +606,7 @@ messages that have appeared on the bottom line during your Emacs | |||
| 606 | session. | 606 | session. |
| 607 | 607 | ||
| 608 | >> Type C-x b *Messages* <Return> to look at the buffer of messages. | 608 | >> Type C-x b *Messages* <Return> to look at the buffer of messages. |
| 609 | Then type C-b TUTORIAL <Return> to come back to this tutorial. | 609 | Then type C-x b TUTORIAL <Return> to come back to this tutorial. |
| 610 | 610 | ||
| 611 | If you make changes to the text of one file, then find another file, | 611 | If you make changes to the text of one file, then find another file, |
| 612 | this does not save the first file. Its changes remain inside Emacs, | 612 | this does not save the first file. Its changes remain inside Emacs, |
| @@ -994,7 +994,8 @@ a command character or sequence; then Emacs displays a very brief | |||
| 994 | description of the command. | 994 | description of the command. |
| 995 | 995 | ||
| 996 | >> Type C-h c C-p. | 996 | >> Type C-h c C-p. |
| 997 | The message should be something like | 997 | |
| 998 | The message should be something like this: | ||
| 998 | 999 | ||
| 999 | C-p runs the command previous-line | 1000 | C-p runs the command previous-line |
| 1000 | 1001 | ||