diff options
| author | Richard M. Stallman | 2005-12-12 05:16:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-12 05:16:39 +0000 |
| commit | c6f20f15d9a07ecbe934c1d9bf967d218716c3ff (patch) | |
| tree | 5c61710750ae2841032ee1ef9841aa1d26a4471a | |
| parent | 70746649f8cb997fce9dcd921164574dd8dc68c5 (diff) | |
| download | emacs-c6f20f15d9a07ecbe934c1d9bf967d218716c3ff.tar.gz emacs-c6f20f15d9a07ecbe934c1d9bf967d218716c3ff.zip | |
(help-for-help-internal): Simplify entry for `a'.
| -rw-r--r-- | lisp/help.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 02040007f6e..3b78194b6a3 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -183,8 +183,7 @@ specifies what to do when the user exits the help buffer." | |||
| 183 | \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) | 183 | \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) |
| 184 | 184 | ||
| 185 | a command-apropos. Give a list of words or a regexp, to get a list of | 185 | a command-apropos. Give a list of words or a regexp, to get a list of |
| 186 | commands whose names match (they contain two or more of the words, | 186 | commands whose names match. See also the apropos command. |
| 187 | or a match for the regexp). See also the apropos command. | ||
| 188 | b describe-bindings. Display table of all key bindings. | 187 | b describe-bindings. Display table of all key bindings. |
| 189 | c describe-key-briefly. Type a command key sequence; | 188 | c describe-key-briefly. Type a command key sequence; |
| 190 | it prints the function name that sequence runs. | 189 | it prints the function name that sequence runs. |