]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-map): Use apropos-command, not command-apropos.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Mar 1997 07:45:24 +0000 (07:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Mar 1997 07:45:24 +0000 (07:45 +0000)
lisp/help.el

index 3e65659fee8b546aca0ce49217e964fd1b9661d6..d9901cb35c6a571c16524eb3f76921931fac2459 100644 (file)
@@ -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)