Mercurial > emacs
changeset 16771:16e25f6a3725
(help-map): Define C-h C-i to run word-help.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Dec 1996 20:29:42 +0000 |
parents | 26698958bd84 |
children | ce2945525699 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sat Dec 28 20:06:56 1996 +0000 +++ b/lisp/help.el Sat Dec 28 20:29:42 1996 +0000 @@ -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)