diff options
| author | Jim Blandy | 1992-01-09 05:06:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-01-09 05:06:34 +0000 |
| commit | 10a4c11f7e8d1bcb8448a7771850b95c7c46caba (patch) | |
| tree | 7daac1a5fee21309d54e7cb53ac17e02b9fba11a /etc | |
| parent | e652a34a67f502767cd6e06800690438e4843a18 (diff) | |
| download | emacs-10a4c11f7e8d1bcb8448a7771850b95c7c46caba.tar.gz emacs-10a4c11f7e8d1bcb8448a7771850b95c7c46caba.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TUTORIAL | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index db88bc3ed74..98e1243837a 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -790,11 +790,11 @@ To get more information on the command, use C-h k instead of C-h c. | |||
| 790 | 790 | ||
| 791 | >> Type C-h k Control-p. | 791 | >> Type C-h k Control-p. |
| 792 | 792 | ||
| 793 | This displays the documentation of the function, as well as its name, | 793 | This displays the documentation of the function, as well as its |
| 794 | in an Emacs window. When you are finished reading the output, type | 794 | name, in an Emacs window. When you are finished reading the |
| 795 | C-x 1 to get rid of the help text. You do not have to do this right | 795 | output, type C-x 1 to get rid of the help text. You do not have |
| 796 | away. You can do some editing based on the help text before you type | 796 | to do this right away. You can do some editing while referring |
| 797 | C-x 1. | 797 | to the help text and then type C-x 1. |
| 798 | 798 | ||
| 799 | Here are some other useful C-h options: | 799 | Here are some other useful C-h options: |
| 800 | 800 | ||
| @@ -811,10 +811,16 @@ Here are some other useful C-h options: | |||
| 811 | For some commands, Command Apropos will also list a one | 811 | For some commands, Command Apropos will also list a one |
| 812 | or two character sequence which has the same effect. | 812 | or two character sequence which has the same effect. |
| 813 | 813 | ||
| 814 | >> Type C-h a file<Return>. You will see a list of all M-x commands | 814 | >> Type C-h a file<Return>. |
| 815 | with "file" in their names. You will also see commands | 815 | |
| 816 | like C-x C-f and C-x C-w, listed beside the command names | 816 | This displays in another window a list of all M-x commands with |
| 817 | find-file and write-file. | 817 | "file" in their names. You will also see commands like C-x C-f |
| 818 | and C-x C-w, listed beside the command names find-file and | ||
| 819 | write-file. | ||
| 820 | |||
| 821 | >> Type C-M-v to scroll the help window. Do this a few times. | ||
| 822 | |||
| 823 | >> Type C-x 1 to delete the help window. | ||
| 818 | 824 | ||
| 819 | 825 | ||
| 820 | CONCLUSION | 826 | CONCLUSION |