summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-28 20:29:42 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-28 20:29:42 +0000
commit463a979633e663f5cdd978018c1b0133d5f6de5e (patch)
treeb9471b3113521510daae88f5597f353f96abb718 /lisp
parent75bc0d977fd7afb2efc96b03f58c813b0d047ac7 (diff)
downloademacs-463a979633e663f5cdd978018c1b0133d5f6de5e.tar.gz
(help-map): Define C-h C-i to run word-help.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 3d44f6ea97a..9f4c2cf352b 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -68,6 +68,7 @@
(define-key help-map "i" 'info)
(define-key help-map "\C-f" 'Info-goto-emacs-command-node)
(define-key help-map "\C-k" 'Info-goto-emacs-key-command-node)
+(define-key help-map "\C-i" 'word-help)
(define-key help-map "l" 'view-lossage)