From 122955bfb427ccccf33d9b4db9ef1ea9ee5ee4c8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Mar 1997 07:45:24 +0000 Subject: [PATCH] (help-map): Use apropos-command, not command-apropos. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2