changeset 17200:9438563a5151

(help-map): Use apropos-command, not command-apropos.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Mar 1997 07:45:24 +0000
parents 91cf1da75ccd
children ac40292bd898
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)