1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(Info-mode-map): Correct Info-top to Info-top-node.

This commit is contained in:
Richard M. Stallman 1993-05-30 20:04:48 +00:00
parent dad2fc0149
commit db0c98090a

View File

@ -1135,7 +1135,7 @@ At end of the node's text, moves to the next node."
(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)