manpagez: man pages & more
info emacs
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

11. Help

Emacs provides extensive help features, all accessible through the help character, C-h. This is a prefix key that is used for commands that display documentation; the next character you type should be a help options, to ask for a particular kind of help. You can cancel the C-h command with C-g. The function key <F1> is equivalent to C-h.

C-h itself is one of the help options; C-h C-h displays a list of help options, with a brief description of each one (help-for-help). You can scroll the list with <SPC> and <DEL>, then type the help option you want. To cancel, type C-g.

C-h or <F1> means “help” in various other contexts as well. For instance, you can type them after a prefix key to display list of the keys that can follow the prefix key. (A few prefix keys don't support C-h in this way, because they define other meanings for it, but they all support <F1> for help.)

Most help buffers use a special major mode, Help mode, which lets you scroll conveniently with <SPC> and <DEL>. You can also follow hyperlinks to URLs, and to other facilities including Info nodes and customization buffers. See section Help Mode Commands.

If you are looking for a certain feature, but don't know what it is called or where to look, we recommend three methods. First, try an apropos command, then try searching the manual index, then look in the FAQ and the package keywords.

C-h a topics <RET>

This searches for commands whose names match the argument topics. The argument can be a keyword, a list of keywords, or a regular expression (see section Syntax of Regular Expressions). This command displays all the matches in a new buffer. See section Apropos.

C-h i d m emacs <RET> i topic <RET>

This searches for topic in the indices of the on-line Emacs manual, and displays the first match found. Press , to see subsequent matches. You can use a regular expression as topic.

C-h i d m emacs <RET> s topic <RET>

Similar, but searches the text of the manual rather than the indices.

C-h C-f

This displays the Emacs FAQ. You can use the Info commands to browse it.

C-h p

This displays the available Emacs packages based on keywords. See section Keyword Search for Lisp Libraries.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.