aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorEli Zaretskii2005-02-05 12:45:44 +0000
committerEli Zaretskii2005-02-05 12:45:44 +0000
commit3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f (patch)
tree581c84e4b7af84ff37e939fb2ba589a17e9bdf1f /lisp/help.el
parent6082a820455abcb11ce77aaee20745798fd61938 (diff)
downloademacs-3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f.tar.gz
emacs-3ee341ecadcabbdfd4f666b1aef6e18aaac1d36f.zip
(help-for-help): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el20
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
188a command-apropos. Give a substring, and see a list of commands 188a 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.
191b describe-bindings. Display table of all key bindings. 191b describe-bindings. Display table of all key bindings.
192c describe-key-briefly. Type a command key sequence; 192c describe-key-briefly. Type a command key sequence;
@@ -194,24 +194,28 @@ c describe-key-briefly. Type a command key sequence;
194C describe-coding-system. This describes either a specific coding system 194C 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).
197e view-echo-area-messages. Show the `*Messages*' buffer. 197e view-echo-area-messages. Show the buffer where the echo-area messages
198f describe-function. Type a function name and get documentation of it. 198 are stored.
199f describe-function. Type a function name and get its documentation.
199F Info-goto-emacs-command-node. Type a function name; 200F 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.
201h Display the HELLO file which illustrates various scripts. 203h Display the HELLO file which illustrates various scripts.
202i info. The info documentation reader. 204i info. The Info documentation reader: read on-line manuals.
203I describe-input-method. Describe a specific input method (if you type 205I 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).
205k describe-key. Type a command key sequence; 207k describe-key. Type a command key sequence;
206 it displays the full documentation. 208 it displays the full documentation for that key sequence.
207K Info-goto-emacs-key-command-node. Type a command key sequence; 209K 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.
209l view-lossage. Show last 100 characters you typed. 212l view-lossage. Show last 100 characters you typed.
210L describe-language-environment. This describes either a 213L 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).
213m describe-mode. Print documentation of current minor modes, 216m 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.
218n view-emacs-news. Display news of recent Emacs changes.
215p finder-by-keyword. Find packages matching a given topic keyword. 219p finder-by-keyword. Find packages matching a given topic keyword.
216s describe-syntax. Display contents of syntax table, plus explanations. 220s describe-syntax. Display contents of syntax table, plus explanations.
217S info-lookup-symbol. Display the definition of a specific symbol 221S info-lookup-symbol. Display the definition of a specific symbol