diff options
| author | Richard M. Stallman | 1997-06-18 06:50:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-18 06:50:55 +0000 |
| commit | 32884eab96afc437fb152d5baf6fc09f72bc2d9d (patch) | |
| tree | 6f1a1d693ac5188a1bd9fe669e1b5d5a411149f3 | |
| parent | 97a084c17a03be64ac4da38298fe8f2ec24cac3d (diff) | |
| download | emacs-32884eab96afc437fb152d5baf6fc09f72bc2d9d.tar.gz emacs-32884eab96afc437fb152d5baf6fc09f72bc2d9d.zip | |
(help-map): Make C-i run info-lookup-symbol.
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index a111ea9be60..56ff8c77608 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -68,7 +68,7 @@ | |||
| 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 | (define-key help-map "\C-i" 'info-lookup-symbol) |
| 72 | 72 | ||
| 73 | (define-key help-map "l" 'view-lossage) | 73 | (define-key help-map "l" 'view-lossage) |
| 74 | 74 | ||