Mercurial > emacs
changeset 3313:34f2db3916fe
(Info-mode-map): Correct Info-top to Info-top-node.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 1993 20:04:48 +0000 |
parents | c92752c3e4b6 |
children | a472a3956b2a |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun May 30 19:56:00 1993 +0000 +++ b/lisp/info.el Sun May 30 20:04:48 1993 +0000 @@ -1135,7 +1135,7 @@ (define-key Info-mode-map "p" 'Info-prev) (define-key Info-mode-map "q" 'Info-exit) (define-key Info-mode-map "s" 'Info-search) - (define-key Info-mode-map "t" 'Info-top) + (define-key Info-mode-map "t" 'Info-top-node) (define-key Info-mode-map "u" 'Info-up) (define-key Info-mode-map "," 'Info-index-next) (define-key Info-mode-map "\177" 'Info-scroll-down)