From: Richard M. Stallman Date: Fri, 21 Mar 1997 07:45:24 +0000 (+0000) Subject: (help-map): Use apropos-command, not command-apropos. X-Git-Tag: emacs-20.1~2745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=122955bfb427ccccf33d9b4db9ef1ea9ee5ee4c8;p=emacs.git (help-map): Use apropos-command, not command-apropos. --- 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)