# HG changeset patch # User Eli Zaretskii # Date 996756050 0 # Node ID 1a12e25dfd9b4d94c54d9c2ff43f3d9d0db0f6b3 # Parent 6ed2cc05e016328b3727f341548d48c5404db946 Mention a few more "C-h" commands. diff -r 6ed2cc05e016 -r 1a12e25dfd9b etc/TUTORIAL --- a/etc/TUTORIAL Thu Aug 02 12:17:45 2001 +0000 +++ b/etc/TUTORIAL Thu Aug 02 12:40:50 2001 +0000 @@ -992,6 +992,10 @@ This prints all the information Emacs has about the function which implements the C-p command. +A similar command C-h v prints the documentation of variables whose +values you can set to customize Emacs behavior. You need to type in +the name of the variable when Emacs prompts for it. + C-h a Command Apropos. Type in a keyword and Emacs will list all the commands whose names contain that keyword. These commands can all be invoked with Meta-x. @@ -1008,6 +1012,16 @@ >> Type C-x 1 to delete the help window. + C-h i Read On-line Manuals (a.k.a. Info). This command puts + you into a special buffer called `*info*' where you + can read on-line manuals for the packages installed on + your system. Type m emacs to read the Emacs + manual. If you have never before used Info, type ? + and Emacs will take you on a guided tour of Info mode + facilities. Once you are through with this tutorial, + you should consult the Emacs Info manual as your + primary documentation. + * CONCLUSION ------------