diff options
| author | Eli Zaretskii | 2005-02-05 12:45:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-02-05 12:45:44 +0000 |
| commit | 3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f (patch) | |
| tree | 581c84e4b7af84ff37e939fb2ba589a17e9bdf1f | |
| parent | 6082a820455abcb11ce77aaee20745798fd61938 (diff) | |
| download | emacs-3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f.tar.gz emacs-3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f.zip | |
(help-for-help): Doc fix.
| -rw-r--r-- | lisp/help.el | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lisp/help.el b/lisp/help.el index f5831c9ab3f..5da7ef0c03a 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -186,7 +186,7 @@ If FUNCTION is nil, it applies `message', thus displaying the message." | |||
| 186 | \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) | 186 | \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) |
| 187 | 187 | ||
| 188 | a command-apropos. Give a substring, and see a list of commands | 188 | a command-apropos. Give a substring, and see a list of commands |
| 189 | (functions interactively callable) that contain | 189 | (functions that are interactively callable) that contain |
| 190 | that substring. See also the apropos command. | 190 | that substring. See also the apropos command. |
| 191 | b describe-bindings. Display table of all key bindings. | 191 | b describe-bindings. Display table of all key bindings. |
| 192 | c describe-key-briefly. Type a command key sequence; | 192 | c describe-key-briefly. Type a command key sequence; |
| @@ -194,24 +194,28 @@ c describe-key-briefly. Type a command key sequence; | |||
| 194 | C describe-coding-system. This describes either a specific coding system | 194 | C describe-coding-system. This describes either a specific coding system |
| 195 | (if you type its name) or the coding systems currently in use | 195 | (if you type its name) or the coding systems currently in use |
| 196 | (if you type just RET). | 196 | (if you type just RET). |
| 197 | e view-echo-area-messages. Show the `*Messages*' buffer. | 197 | e view-echo-area-messages. Show the buffer where the echo-area messages |
| 198 | f describe-function. Type a function name and get documentation of it. | 198 | are stored. |
| 199 | f describe-function. Type a function name and get its documentation. | ||
| 199 | F Info-goto-emacs-command-node. Type a function name; | 200 | F Info-goto-emacs-command-node. Type a function name; |
| 200 | it takes you to the Info node for that command. | 201 | it takes you to the on-line manual's section that describes |
| 202 | the command. | ||
| 201 | h Display the HELLO file which illustrates various scripts. | 203 | h Display the HELLO file which illustrates various scripts. |
| 202 | i info. The info documentation reader. | 204 | i info. The Info documentation reader: read on-line manuals. |
| 203 | I describe-input-method. Describe a specific input method (if you type | 205 | I describe-input-method. Describe a specific input method (if you type |
| 204 | its name) or the current input method (if you type just RET). | 206 | its name) or the current input method (if you type just RET). |
| 205 | k describe-key. Type a command key sequence; | 207 | k describe-key. Type a command key sequence; |
| 206 | it displays the full documentation. | 208 | it displays the full documentation for that key sequence. |
| 207 | K Info-goto-emacs-key-command-node. Type a command key sequence; | 209 | K Info-goto-emacs-key-command-node. Type a command key sequence; |
| 208 | it takes you to the Info node for the command bound to that key. | 210 | it takes you to the on-line manual's section that describes |
| 211 | the command bound to that key. | ||
| 209 | l view-lossage. Show last 100 characters you typed. | 212 | l view-lossage. Show last 100 characters you typed. |
| 210 | L describe-language-environment. This describes either a | 213 | L describe-language-environment. This describes either a |
| 211 | specific language environment (if you type its name) | 214 | specific language environment (if you type its name) |
| 212 | or the current language environment (if you type just RET). | 215 | or the current language environment (if you type just RET). |
| 213 | m describe-mode. Print documentation of current minor modes, | 216 | m describe-mode. Display documentation of current minor modes, |
| 214 | and the current major mode, including their special commands. | 217 | and the current major mode, including their special commands. |
| 218 | n view-emacs-news. Display news of recent Emacs changes. | ||
| 215 | p finder-by-keyword. Find packages matching a given topic keyword. | 219 | p finder-by-keyword. Find packages matching a given topic keyword. |
| 216 | s describe-syntax. Display contents of syntax table, plus explanations. | 220 | s describe-syntax. Display contents of syntax table, plus explanations. |
| 217 | S info-lookup-symbol. Display the definition of a specific symbol | 221 | S info-lookup-symbol. Display the definition of a specific symbol |