diff options
author | Kim F. Storm <storm@cua.dk> | 2005-11-12 00:57:38 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-11-12 00:57:38 +0000 |
commit | e27f7c139a5fe345952e7cdfa6106193f508f52b (patch) | |
tree | dfd01cd5d4c568b8685014a0ab40d075f079bcd8 /lisp/help.el | |
parent | 63219d53c2fb735dfe40ba68915d6e09845a9414 (diff) | |
download | emacs-e27f7c139a5fe345952e7cdfa6106193f508f52b.tar.gz |
(help-map): Bind C-h d to apropos-documentation.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |