From e27f7c139a5fe345952e7cdfa6106193f508f52b Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 12 Nov 2005 00:57:38 +0000 Subject: [PATCH] (help-map): Bind C-h d to apropos-documentation. --- lisp/help.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/help.el b/lisp/help.el index cb634e2bdad..7bd24c3383a 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -78,6 +78,8 @@ (define-key help-map "c" 'describe-key-briefly) +(define-key help-map "d" 'apropos-documentation) + (define-key help-map "e" 'view-echo-area-messages) (define-key help-map "f" 'describe-function) -- 2.39.2