comparison lisp/help.el @ 90100:72cf6261961e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72 src/dispextern.h (xassert): Enable unconditionally. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 06 Feb 2005 12:06:02 +0000
parents eac554634bfa 7c0a2065c3ee
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
90099:fa9654493afb 90100:72cf6261961e
184 "a b c C e f F i I k C-k l L m p s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :" 184 "a b c C e f F i I k C-k l L m p s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :"
185 "You have typed %THIS-KEY%, the help character. Type a Help option: 185 "You have typed %THIS-KEY%, the help character. Type a Help option:
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;
193 it prints the function name that sequence runs. 193 it prints the function name that sequence runs.
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
218 as found in the manual for the language this buffer is written in. 222 as found in the manual for the language this buffer is written in.
219 t help-with-tutorial. Select the Emacs learn-by-doing tutorial. 223 t help-with-tutorial. Select the Emacs learn-by-doing tutorial.