aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-11-12 00:57:38 +0000
committerKim F. Storm2005-11-12 00:57:38 +0000
commite27f7c139a5fe345952e7cdfa6106193f508f52b (patch)
treedfd01cd5d4c568b8685014a0ab40d075f079bcd8
parent63219d53c2fb735dfe40ba68915d6e09845a9414 (diff)
downloademacs-e27f7c139a5fe345952e7cdfa6106193f508f52b.tar.gz
emacs-e27f7c139a5fe345952e7cdfa6106193f508f52b.zip
(help-map): Bind C-h d to apropos-documentation.
-rw-r--r--lisp/help.el2
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 @@
78 78
79(define-key help-map "c" 'describe-key-briefly) 79(define-key help-map "c" 'describe-key-briefly)
80 80
81(define-key help-map "d" 'apropos-documentation)
82
81(define-key help-map "e" 'view-echo-area-messages) 83(define-key help-map "e" 'view-echo-area-messages)
82 84
83(define-key help-map "f" 'describe-function) 85(define-key help-map "f" 'describe-function)