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:
parent
7baff557b6
commit
122955bfb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue