From: Richard M. Stallman Date: Wed, 18 Jun 1997 06:50:55 +0000 (+0000) Subject: (help-map): Make C-i run info-lookup-symbol. X-Git-Tag: emacs-20.1~1653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32884eab96afc437fb152d5baf6fc09f72bc2d9d;p=emacs.git (help-map): Make C-i run info-lookup-symbol. --- diff --git a/lisp/help.el b/lisp/help.el index a111ea9be60..56ff8c77608 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -68,7 +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 "\C-i" 'info-lookup-symbol) (define-key help-map "l" 'view-lossage)