aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-03 15:34:46 +0000
committerRichard M. Stallman1993-05-03 15:34:46 +0000
commitaf6a9de97dc8c95411bf2a5978da6cee0d4fdeb5 (patch)
treec90bc3e5f61c257569b254d1f336ed1ddf8cd734
parentccb629e40b00d6d5ec2bc4e78318d611cc56353a (diff)
downloademacs-af6a9de97dc8c95411bf2a5978da6cee0d4fdeb5.tar.gz
emacs-af6a9de97dc8c95411bf2a5978da6cee0d4fdeb5.zip
(help-for-help): Use lower case letters for help options.
-rw-r--r--lisp/help.el30
1 files changed, 15 insertions, 15 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 8bcdd350792..1ac4f2c5a28 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -212,29 +212,29 @@ describes the minor mode."
212 (print-help-return-message))) 212 (print-help-return-message)))
213 213
214(make-help-screen help-for-help 214(make-help-screen help-for-help
215 "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: " 215 "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: "
216 "You have typed \\[help-for-help], the help character. Type a Help option: 216 "You have typed \\[help-for-help], the help character. Type a Help option:
217 217
218A command-apropos. Give a substring, and see a list of commands 218a command-apropos. Give a substring, and see a list of commands
219 (functions interactively callable) that contain 219 (functions interactively callable) that contain
220 that substring. See also the apropos command. 220 that substring. See also the apropos command.
221B describe-bindings. Display table of all key bindings. 221b describe-bindings. Display table of all key bindings.
222C describe-key-briefly. Type a command key sequence; 222c describe-key-briefly. Type a command key sequence;
223 it prints the function name that sequence runs. 223 it prints the function name that sequence runs.
224F describe-function. Type a function name and get documentation of it. 224f describe-function. Type a function name and get documentation of it.
225I info. The info documentation reader. 225i info. The info documentation reader.
226K describe-key. Type a command key sequence; 226k describe-key. Type a command key sequence;
227 it displays the full documentation. 227 it displays the full documentation.
228L view-lossage. Shows last 100 characters you typed. 228l view-lossage. Shows last 100 characters you typed.
229M describe-mode. Print documentation of current major mode, 229m describe-mode. Print documentation of current major mode,
230 which describes the commands peculiar to it. 230 which describes the commands peculiar to it.
231N view-emacs-news. Shows emacs news file. 231n view-emacs-news. Shows emacs news file.
232P finder-by-keyword. Find packages matching a given topic keyword. 232p finder-by-keyword. Find packages matching a given topic keyword.
233S describe-syntax. Display contents of syntax table, plus explanations 233s describe-syntax. Display contents of syntax table, plus explanations
234T help-with-tutorial. Select the Emacs learn-by-doing tutorial. 234t help-with-tutorial. Select the Emacs learn-by-doing tutorial.
235V describe-variable. Type name of a variable; 235v describe-variable. Type name of a variable;
236 it displays the variable's documentation and value. 236 it displays the variable's documentation and value.
237W where-is. Type command name; it prints which keystrokes 237w where-is. Type command name; it prints which keystrokes
238 invoke that command. 238 invoke that command.
239C-c print Emacs copying permission (General Public License). 239C-c print Emacs copying permission (General Public License).
240C-d print Emacs ordering information. 240C-d print Emacs ordering information.