10.1 Help Summary
Here is a summary of help commands for accessing the built-in documentation. Most of these are described in more detail in the following sections.
C-h a topics RETβ
Display a list of commands whose names match topics (apropos-command). See Apropos.
C-h bβ
Display all active key bindings; minor mode bindings first, then those of the major mode, then global bindings (describe-bindings). See Misc Help.
C-h c keyβ
Show the name of the command that the key sequence key is bound to (describe-key-briefly). Here c stands for βcharacter". For more extensive information on key, use C-h k. See Key Help.
C-h d topics RETβ
Display the commands and variables whose documentation matches topics (apropos-documentation). See Apropos.
C-h eβ
Display the *Messages* buffer (view-echo-area-messages). See Misc Help.
C-h f function RETβ
Display documentation on the Lisp function named function (describe-function). Since commands are Lisp functions, this works for commands too. See Name Help.
C-h hβ
Display the HELLO file, which shows examples of various character sets.
C-h iβ
Run Info, the GNU documentation browser (info). The Emacs manual is available in Info. See Misc Help.
C-h k keyβ
Display the name and documentation of the command that key runs (describe-key). See Key Help.
C-h lβ
Display a description of your last 300 keystrokes (view-lossage). See Misc Help.
C-h mβ
Display documentation of the current major mode and minor modes (describe-mode). See Misc Help.
C-h nβ
Display news of recent Emacs changes (view-emacs-news). See Help Files.
C-h o symbolβ
Display documentation of the Lisp symbol named symbol (describe-symbol). This will show the documentation of all kinds of symbols: functions, variables, and faces. See Name Help.
C-h pβ
Find packages by topic keyword (finder-by-keyword). See Package Keywords. This lists packages using a package menu buffer. See Packages.
C-h P package RETβ
Display documentation about the specified package (describe-package). See Package Keywords.
C-h rβ
Display the Emacs manual in Info (info-emacs-manual).
C-h sβ
Display the contents of the current syntax table (describe-syntax). See Misc Help. The syntax table says which characters are opening delimiters, which are parts of words, and so on. See Syntax Tables in The Emacs Lisp Reference Manual, for details.
C-h tβ
Enter the Emacs interactive tutorial (help-with-tutorial).
C-h v var RETβ
Display the documentation of the Lisp variable var (describe-variable). See Name Help.
C-h w command RETβ
Show which keys run the command named command (where-is). See Key Help.
C-h C coding RETβ
Describe the coding system coding (describe-coding-system). See Coding Systems.
C-h C RETβ
Describe the coding systems currently in use.
C-h F command RETβ
Enter Info and go to the node that documents the Emacs command command (Info-goto-emacs-command-node). See Name Help.
C-h I method RETβ
Describe the input method method (describe-input-method). See Select Input Method.
C-h K keyβ
Enter Info and go to the node that documents the key sequence key (Info-goto-emacs-key-command-node). See Key Help.
C-h L language-env RETβ
Display information on the character sets, coding systems, and input methods used in language environment language-env (describe-language-environment). See Language Environments.
C-h S symbol RETβ
Display the Info documentation on symbol symbol according to the programming language you are editing (info-lookup-symbol). See Misc Help.
C-h .β
Display the help message for a special text area, if point is in one (display-local-help). (These include, for example, links in *Help* buffers.) See Help Echo.