]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-map): Make C-i run info-lookup-symbol.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 06:50:55 +0000 (06:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 06:50:55 +0000 (06:50 +0000)
lisp/help.el

index a111ea9be603a51044d07deb1d2c02f29f47fb7b..56ff8c776084d60c1532e3083b4b83a149e4310c 100644 (file)
@@ -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)