Mercurial > emacs
changeset 66824:e7549774ae87
(help-map): Bind C-h d to apropos-documentation.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 12 Nov 2005 00:57:38 +0000 |
parents | e0104334e066 |
children | 6e413168bea4 |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)