mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(help-map): Make C-i run info-lookup-symbol.
This commit is contained in:
parent
97a084c17a
commit
32884eab96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue