From: Kim F. Storm Date: Sat, 12 Nov 2005 00:57:38 +0000 (+0000) Subject: (help-map): Bind C-h d to apropos-documentation. X-Git-Tag: emacs-pretest-22.0.90~5944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e27f7c139a5fe345952e7cdfa6106193f508f52b;p=emacs.git (help-map): Bind C-h d to apropos-documentation. --- 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)