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:
parent
97a084c17a
commit
32884eab96
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user