summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-12 05:16:39 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-12 05:16:39 +0000
commitc6f20f15d9a07ecbe934c1d9bf967d218716c3ff (patch)
tree5c61710750ae2841032ee1ef9841aa1d26a4471a /lisp/help.el
parent70746649f8cb997fce9dcd921164574dd8dc68c5 (diff)
downloademacs-c6f20f15d9a07ecbe934c1d9bf967d218716c3ff.tar.gz
(help-for-help-internal): Simplify entry for `a'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
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."
\(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.)
a command-apropos. Give a list of words or a regexp, to get a list of
- commands whose names match (they contain two or more of the words,
- or a match for the regexp). See also the apropos command.
+ commands whose names match. See also the apropos command.
b describe-bindings. Display table of all key bindings.
c describe-key-briefly. Type a command key sequence;
it prints the function name that sequence runs.