aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-08-06 20:24:57 +0000
committerRoland McGrath1993-08-06 20:24:57 +0000
commit21ee8c42cf64dccf718454069844d9b5018dc5c2 (patch)
treec5f25f86b6d2c25f4bbf031f0449ce886f697a50
parentff78d52034c2be43b14579dbe6df5b3a40c2b1f9 (diff)
downloademacs-21ee8c42cf64dccf718454069844d9b5018dc5c2.tar.gz
emacs-21ee8c42cf64dccf718454069844d9b5018dc5c2.zip
(help-for-help): Mention C-k and C-f.
-rw-r--r--lisp/help.el22
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
251a command-apropos. Give a substring, and see a list of commands 251a 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.
254b describe-bindings. Display table of all key bindings. 254b describe-bindings. Display table of all key bindings.
255c describe-key-briefly. Type a command key sequence; 255c 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.
257f describe-function. Type a function name and get documentation of it. 257f describe-function. Type a function name and get documentation of it.
258C-f Info-goto-emacs-command-node. Type a function name;
259 it takes you to the Info node for that command.
258i info. The info documentation reader. 260i info. The info documentation reader.
259k describe-key. Type a command key sequence; 261k describe-key. Type a command key sequence;
260 it displays the full documentation. 262 it displays the full documentation.
263C-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.
261l view-lossage. Shows last 100 characters you typed. 265l view-lossage. Shows last 100 characters you typed.
262m describe-mode. Print documentation of current major mode, 266m describe-mode. Print documentation of current major mode,
263 which describes the commands peculiar to it. 267 which describes the commands peculiar to it.
264n view-emacs-news. Shows emacs news file. 268n view-emacs-news. Shows emacs news file.
265p finder-by-keyword. Find packages matching a given topic keyword. 269p finder-by-keyword. Find packages matching a given topic keyword.
266s describe-syntax. Display contents of syntax table, plus explanations 270s describe-syntax. Display contents of syntax table, plus explanations
267t help-with-tutorial. Select the Emacs learn-by-doing tutorial. 271t help-with-tutorial. Select the Emacs learn-by-doing tutorial.
268v describe-variable. Type name of a variable; 272v 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.
270w where-is. Type command name; it prints which keystrokes 274w where-is. Type command name; it prints which keystrokes
271 invoke that command. 275 invoke that command.
272C-c print Emacs copying permission (General Public License). 276C-c print Emacs copying permission (General Public License).
273C-d print Emacs ordering information. 277C-d print Emacs ordering information.
274C-n print news of recent Emacs changes. 278C-n print news of recent Emacs changes.