1
0
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:
Richard M. Stallman 1996-12-28 20:29:42 +00:00
parent 55b723320a
commit f2102d2cd7

View File

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