summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-21 07:45:24 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-21 07:45:24 +0000
commitf63cf9f9cfc1465e0b89f01fdf0b58a24b2ab00e (patch)
treedeb3b51a7112fe369b14db7ef85172b1c4ed831f
parentde8badabd96316a871995a595aa2c497a1f79901 (diff)
downloademacs-f63cf9f9cfc1465e0b89f01fdf0b58a24b2ab00e.tar.gz
(help-map): Use apropos-command, not command-apropos.
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 3e65659fee8..d9901cb35c6 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -53,7 +53,7 @@
(define-key help-map "\C-d" 'describe-distribution)
(define-key help-map "\C-w" 'describe-no-warranty)
(define-key help-map "\C-p" 'describe-project)
-(define-key help-map "a" 'command-apropos)
+(define-key help-map "a" 'apropos-command)
(define-key help-map "b" 'describe-bindings)