diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-28 20:29:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-28 20:29:42 +0000 |
commit | 463a979633e663f5cdd978018c1b0133d5f6de5e (patch) | |
tree | b9471b3113521510daae88f5597f353f96abb718 /lisp/help.el | |
parent | 75bc0d977fd7afb2efc96b03f58c813b0d047ac7 (diff) | |
download | emacs-463a979633e663f5cdd978018c1b0133d5f6de5e.tar.gz |
(help-map): Define C-h C-i to run word-help.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 1 |
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) |