Mercurial > emacs
comparison etc/TUTORIAL @ 38668:1a12e25dfd9b
Mention a few more "C-h" commands.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 02 Aug 2001 12:40:50 +0000 |
parents | a64b182fd5e5 |
children | 99630a340b59 |
comparison
equal
deleted
inserted
replaced
38667:6ed2cc05e016 | 38668:1a12e25dfd9b |
---|---|
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 prints 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 | |
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. | |
998 | |
995 C-h a Command Apropos. Type in a keyword and Emacs will list | 999 C-h a Command Apropos. Type in a keyword and Emacs will list |
996 all the commands whose names contain that keyword. | 1000 all the commands whose names contain that keyword. |
997 These commands can all be invoked with Meta-x. | 1001 These commands can all be invoked with Meta-x. |
998 For some commands, Command Apropos will also list a one | 1002 For some commands, Command Apropos will also list a one |
999 or two character sequence which runs the same command. | 1003 or two character sequence which runs the same command. |
1006 | 1010 |
1007 >> Type C-M-v to scroll the help window. Do this a few times. | 1011 >> Type C-M-v to scroll the help window. Do this a few times. |
1008 | 1012 |
1009 >> Type C-x 1 to delete the help window. | 1013 >> Type C-x 1 to delete the help window. |
1010 | 1014 |
1015 C-h i Read On-line Manuals (a.k.a. Info). This command puts | |
1016 you into a special buffer called `*info*' where you | |
1017 can read on-line manuals for the packages installed on | |
1018 your system. Type m emacs <Return> to read the Emacs | |
1019 manual. If you have never before used Info, type ? | |
1020 and Emacs will take you on a guided tour of Info mode | |
1021 facilities. Once you are through with this tutorial, | |
1022 you should consult the Emacs Info manual as your | |
1023 primary documentation. | |
1024 | |
1011 | 1025 |
1012 * CONCLUSION | 1026 * CONCLUSION |
1013 ------------ | 1027 ------------ |
1014 | 1028 |
1015 Remember, to exit Emacs permanently use C-x C-c. To exit to a shell | 1029 Remember, to exit Emacs permanently use C-x C-c. To exit to a shell |