(help-map): Define C-h C-i to run word-help.
This commit is contained in:
parent
55b723320a
commit
f2102d2cd7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue