mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(help-map): Define C-h C-i to run word-help.
This commit is contained in:
parent
55b723320a
commit
f2102d2cd7
@ -68,6 +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 "l" 'view-lossage)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user