From: Richard M. Stallman Date: Sat, 28 Dec 1996 20:29:42 +0000 (+0000) Subject: (help-map): Define C-h C-i to run word-help. X-Git-Tag: emacs-20.1~3173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2102d2cd7c29a97c4d7084b72078ae9652d3c0b;p=emacs.git (help-map): Define C-h C-i to run word-help. --- 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)