changeset 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 3a85989b7e2c
children 0b9fc63738f9
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)