Mercurial > hg > xemacs-beta
comparison man/xemacs/help.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
55 Here is a summary of the defined help commands. | 55 Here is a summary of the defined help commands. |
56 | 56 |
57 @table @kbd | 57 @table @kbd |
58 @item C-h a @var{regexp} @key{RET} | 58 @item C-h a @var{regexp} @key{RET} |
59 Display a list of functions and variables whose names match @var{regexp} | 59 Display a list of functions and variables whose names match @var{regexp} |
60 (@code{heper-apropos}). | 60 (@code{hyper-apropos}). |
61 @item C-h A @var{regexp} | 61 @item C-h A @var{regexp} |
62 Show all commands whose names contain matches for @var{regexp} | 62 Show all commands whose names contain matches for @var{regexp} |
63 (@code{command-apropos}). | 63 (@code{command-apropos}). |
64 @item C-h b | 64 @item C-h b |
65 Display a table of all key bindings currently in effect, with local | 65 Display a table of all key bindings currently in effect, with local |
222 @item C-h A | 222 @item C-h A |
223 Show only symbols that are names of commands | 223 Show only symbols that are names of commands |
224 (@code{command-apropos}). | 224 (@code{command-apropos}). |
225 | 225 |
226 @item M-x apropos @var{regexp} | 226 @item M-x apropos @var{regexp} |
227 Show all symbols whose names comtain matches for @var{regexp}. | 227 Show all symbols whose names contain matches for @var{regexp}. |
228 @end table | 228 @end table |
229 | 229 |
230 A more sophisticated sort of question to ask is, ``What are the | 230 A more sophisticated sort of question to ask is, ``What are the |
231 commands for working with files?'' To ask this question, type @kbd{C-h | 231 commands for working with files?'' To ask this question, type @kbd{C-h |
232 a file @key{RET}}, which displays a list of all command names that | 232 a file @key{RET}}, which displays a list of all command names that |