diff lisp/help.el @ 18293:ac6884f51b58

(help-map): Make C-i run info-lookup-symbol.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Jun 1997 06:50:55 +0000
parents 2a41f677885f
children 0e44be1e2051
line wrap: on
line diff
--- a/lisp/help.el	Wed Jun 18 06:42:38 1997 +0000
+++ b/lisp/help.el	Wed Jun 18 06:50:55 1997 +0000
@@ -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)