Here is a summary of the defined help commands.
Display a list of functions and variables whose names match regexp
(hyper-apropos
).
Show all commands whose names contain matches for regexp
(command-apropos
).
Display a table of all key bindings currently in effect, with local
bindings of the current major mode first, followed by all global
bindings (describe-bindings
).
Print the name of the command that key runs
(describe-key-briefly
). Here c stands for ‘character’. For more
extensive information on key, use C-h k.
Display documentation on the Lisp function named function
(describe-function
). Since commands are Lisp functions,
a command name may be used.
Run Info, the program for browsing documentation files (info
).
The complete SXEmacs manual is available online in Info.
Display the name and documentation of the command that key runs
(describe-key
).
Display a description of the last 100 characters you typed
(view-lossage
).
Display documentation of the current major mode (describe-mode
).
Display documentation of SXEmacs changes, most recent first
(view-emacs-news
).
Find packages by topic keyword (finder-by-keyword
).
Display a table of all mouse bindings currently in effect now, with
local bindings of the current major mode first, followed by all global
bindings (describe-pointer
).
Display current contents of the syntax table, plus an explanation of
what they mean (describe-syntax
). See Syntax.
Enter the SXEmacs interactive tutorial (help-with-tutorial
).
Display the documentation of the Lisp variable var
(describe-variable
).
Print which keys run the command named command (where-is
).
Display info on how to deal with Beta versions of SXEmacs
(describe-beta
).
Select customization buffer for group (customize
).
View the local copy of the SXEmacs FAQ (sxemacs-local-faq
).
Read Info file file with Info browser (Info-query
).
Look up an Emacs command command in the Emacs manual in the Info
system (Info-goto-emacs-command-node
).
Look up an Emacs Lisp function function in the Elisp manual in the
Info system (Info-elisp-ref
).