# HG changeset patch # User Richard M. Stallman # Date 858930324 0 # Node ID 9438563a51517fa0fa62819b183a9e12ffc22f08 # Parent 91cf1da75ccded1dfa768ec0520fcefee90c33c7 (help-map): Use apropos-command, not command-apropos. diff -r 91cf1da75ccd -r 9438563a5151 lisp/help.el --- a/lisp/help.el Thu Mar 20 12:39:57 1997 +0000 +++ b/lisp/help.el Fri Mar 21 07:45:24 1997 +0000 @@ -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)