comparison lisp/help.el @ 16771:16e25f6a3725

(help-map): Define C-h C-i to run word-help.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Dec 1996 20:29:42 +0000
parents c19089a334b2
children 1fa50c7fdde3
comparison
equal deleted inserted replaced
16770:26698958bd84 16771:16e25f6a3725
66 (define-key help-map "F" 'view-emacs-FAQ) 66 (define-key help-map "F" 'view-emacs-FAQ)
67 67
68 (define-key help-map "i" 'info) 68 (define-key help-map "i" 'info)
69 (define-key help-map "\C-f" 'Info-goto-emacs-command-node) 69 (define-key help-map "\C-f" 'Info-goto-emacs-command-node)
70 (define-key help-map "\C-k" 'Info-goto-emacs-key-command-node) 70 (define-key help-map "\C-k" 'Info-goto-emacs-key-command-node)
71 (define-key help-map "\C-i" 'word-help)
71 72
72 (define-key help-map "l" 'view-lossage) 73 (define-key help-map "l" 'view-lossage)
73 74
74 (define-key help-map "m" 'describe-mode) 75 (define-key help-map "m" 'describe-mode)
75 76