diff options
| author | Roland McGrath | 1993-08-06 20:24:57 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-08-06 20:24:57 +0000 |
| commit | 21ee8c42cf64dccf718454069844d9b5018dc5c2 (patch) | |
| tree | c5f25f86b6d2c25f4bbf031f0449ce886f697a50 | |
| parent | ff78d52034c2be43b14579dbe6df5b3a40c2b1f9 (diff) | |
| download | emacs-21ee8c42cf64dccf718454069844d9b5018dc5c2.tar.gz emacs-21ee8c42cf64dccf718454069844d9b5018dc5c2.zip | |
(help-for-help): Mention C-k and C-f.
| -rw-r--r-- | lisp/help.el | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/lisp/help.el b/lisp/help.el index 65c0f1adf17..8fab40e3d29 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -245,30 +245,34 @@ of the key sequence that ran this command." | |||
| 245 | (print-help-return-message))) | 245 | (print-help-return-message))) |
| 246 | 246 | ||
| 247 | (make-help-screen help-for-help | 247 | (make-help-screen help-for-help |
| 248 | "a b c f i k l m n p s t v w C-c C-d C-n C-w. Type \\[help-for-help] again for more help: " | 248 | "a b c f C-f i k C-k l m n p s t v w C-c C-d C-n C-w. Type \\[help-for-help] again for more help: " |
| 249 | "You have typed \\[help-for-help], the help character. Type a Help option: | 249 | "You have typed \\[help-for-help], the help character. Type a Help option: |
| 250 | 250 | ||
| 251 | a command-apropos. Give a substring, and see a list of commands | 251 | a command-apropos. Give a substring, and see a list of commands |
| 252 | (functions interactively callable) that contain | 252 | (functions interactively callable) that contain |
| 253 | that substring. See also the apropos command. | 253 | that substring. See also the apropos command. |
| 254 | b describe-bindings. Display table of all key bindings. | 254 | b describe-bindings. Display table of all key bindings. |
| 255 | c describe-key-briefly. Type a command key sequence; | 255 | c describe-key-briefly. Type a command key sequence; |
| 256 | it prints the function name that sequence runs. | 256 | it prints the function name that sequence runs. |
| 257 | f describe-function. Type a function name and get documentation of it. | 257 | f describe-function. Type a function name and get documentation of it. |
| 258 | C-f Info-goto-emacs-command-node. Type a function name; | ||
| 259 | it takes you to the Info node for that command. | ||
| 258 | i info. The info documentation reader. | 260 | i info. The info documentation reader. |
| 259 | k describe-key. Type a command key sequence; | 261 | k describe-key. Type a command key sequence; |
| 260 | it displays the full documentation. | 262 | it displays the full documentation. |
| 263 | C-k Info-goto-emacs-key-command-node. Type a command key sequence; | ||
| 264 | it takes you to the Info node for the command bound to that key. | ||
| 261 | l view-lossage. Shows last 100 characters you typed. | 265 | l view-lossage. Shows last 100 characters you typed. |
| 262 | m describe-mode. Print documentation of current major mode, | 266 | m describe-mode. Print documentation of current major mode, |
| 263 | which describes the commands peculiar to it. | 267 | which describes the commands peculiar to it. |
| 264 | n view-emacs-news. Shows emacs news file. | 268 | n view-emacs-news. Shows emacs news file. |
| 265 | p finder-by-keyword. Find packages matching a given topic keyword. | 269 | p finder-by-keyword. Find packages matching a given topic keyword. |
| 266 | s describe-syntax. Display contents of syntax table, plus explanations | 270 | s describe-syntax. Display contents of syntax table, plus explanations |
| 267 | t help-with-tutorial. Select the Emacs learn-by-doing tutorial. | 271 | t help-with-tutorial. Select the Emacs learn-by-doing tutorial. |
| 268 | v describe-variable. Type name of a variable; | 272 | v describe-variable. Type name of a variable; |
| 269 | it displays the variable's documentation and value. | 273 | it displays the variable's documentation and value. |
| 270 | w where-is. Type command name; it prints which keystrokes | 274 | w where-is. Type command name; it prints which keystrokes |
| 271 | invoke that command. | 275 | invoke that command. |
| 272 | C-c print Emacs copying permission (General Public License). | 276 | C-c print Emacs copying permission (General Public License). |
| 273 | C-d print Emacs ordering information. | 277 | C-d print Emacs ordering information. |
| 274 | C-n print news of recent Emacs changes. | 278 | C-n print news of recent Emacs changes. |