(help-map): Use apropos-command, not command-apropos.

This commit is contained in:
Richard M. Stallman
1997-03-21 07:45:24 +00:00
parent 7baff557b6
commit 122955bfb4

View 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)