]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-map): Bind C-h d to apropos-documentation.
authorKim F. Storm <storm@cua.dk>
Sat, 12 Nov 2005 00:57:38 +0000 (00:57 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 12 Nov 2005 00:57:38 +0000 (00:57 +0000)
lisp/help.el

index cb634e2bdad60773d523cf5d102fd71579b3d24e..7bd24c3383acb11b15d07dbaff522c9bc68b37cc 100644 (file)
@@ -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)