1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

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