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 | f2102d2cd7c29a97c4d7084b72078ae9652d3c0b (patch) | |
| tree | 93e16bfcaa313bcacd068c2842e50cfef28e6d95 /lisp | |
| parent | 55b723320ad83b26c06f589fb639bfcbbb0e34f2 (diff) | |
| download | emacs-f2102d2cd7c29a97c4d7084b72078ae9652d3c0b.tar.gz | |
(help-map): Define C-h C-i to run word-help.
Diffstat (limited to 'lisp')
| -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) |
