diff options
| author | Richard M. Stallman | 1993-05-03 15:34:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-03 15:34:46 +0000 |
| commit | af6a9de97dc8c95411bf2a5978da6cee0d4fdeb5 (patch) | |
| tree | c90bc3e5f61c257569b254d1f336ed1ddf8cd734 | |
| parent | ccb629e40b00d6d5ec2bc4e78318d611cc56353a (diff) | |
| download | emacs-af6a9de97dc8c95411bf2a5978da6cee0d4fdeb5.tar.gz emacs-af6a9de97dc8c95411bf2a5978da6cee0d4fdeb5.zip | |
(help-for-help): Use lower case letters for help options.
| -rw-r--r-- | lisp/help.el | 30 |
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 | ||
| 218 | A command-apropos. Give a substring, and see a list of commands | 218 | a 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. |
| 221 | B describe-bindings. Display table of all key bindings. | 221 | b describe-bindings. Display table of all key bindings. |
| 222 | C describe-key-briefly. Type a command key sequence; | 222 | c 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. |
| 224 | F describe-function. Type a function name and get documentation of it. | 224 | f describe-function. Type a function name and get documentation of it. |
| 225 | I info. The info documentation reader. | 225 | i info. The info documentation reader. |
| 226 | K describe-key. Type a command key sequence; | 226 | k describe-key. Type a command key sequence; |
| 227 | it displays the full documentation. | 227 | it displays the full documentation. |
| 228 | L view-lossage. Shows last 100 characters you typed. | 228 | l view-lossage. Shows last 100 characters you typed. |
| 229 | M describe-mode. Print documentation of current major mode, | 229 | m describe-mode. Print documentation of current major mode, |
| 230 | which describes the commands peculiar to it. | 230 | which describes the commands peculiar to it. |
| 231 | N view-emacs-news. Shows emacs news file. | 231 | n view-emacs-news. Shows emacs news file. |
| 232 | P finder-by-keyword. Find packages matching a given topic keyword. | 232 | p finder-by-keyword. Find packages matching a given topic keyword. |
| 233 | S describe-syntax. Display contents of syntax table, plus explanations | 233 | s describe-syntax. Display contents of syntax table, plus explanations |
| 234 | T help-with-tutorial. Select the Emacs learn-by-doing tutorial. | 234 | t help-with-tutorial. Select the Emacs learn-by-doing tutorial. |
| 235 | V describe-variable. Type name of a variable; | 235 | v 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. |
| 237 | W where-is. Type command name; it prints which keystrokes | 237 | w where-is. Type command name; it prints which keystrokes |
| 238 | invoke that command. | 238 | invoke that command. |
| 239 | C-c print Emacs copying permission (General Public License). | 239 | C-c print Emacs copying permission (General Public License). |
| 240 | C-d print Emacs ordering information. | 240 | C-d print Emacs ordering information. |