1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(help-map): Make C-i run info-lookup-symbol.

This commit is contained in:
Richard M. Stallman 1997-06-18 06:50:55 +00:00
parent 97a084c17a
commit 32884eab96

View 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)