# HG changeset patch # User Kim F. Storm # Date 1131757058 0 # Node ID e7549774ae87d67e7617652289acd71e6a5d4941 # Parent e0104334e066c5ffa56f3eca31aad245d9ab92de (help-map): Bind C-h d to apropos-documentation. diff -r e0104334e066 -r e7549774ae87 lisp/help.el --- a/lisp/help.el Sat Nov 12 00:10:56 2005 +0000 +++ b/lisp/help.el Sat Nov 12 00:57:38 2005 +0000 @@ -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)