diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-03-21 07:45:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-03-21 07:45:24 +0000 |
commit | f63cf9f9cfc1465e0b89f01fdf0b58a24b2ab00e (patch) | |
tree | deb3b51a7112fe369b14db7ef85172b1c4ed831f /lisp/help.el | |
parent | de8badabd96316a871995a595aa2c497a1f79901 (diff) | |
download | emacs-f63cf9f9cfc1465e0b89f01fdf0b58a24b2ab00e.tar.gz |
(help-map): Use apropos-command, not command-apropos.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
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) |