1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00

(Info-mode-map): Bind mouse-2, not mouse-3.

This commit is contained in:
Richard M. Stallman 1993-06-03 17:37:18 +00:00
parent ca160bc46d
commit ffb4fddebf

View file

@ -1140,7 +1140,7 @@ At end of the node's text, moves to the next 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)
(define-key Info-mode-map [mouse-3] 'Info-follow-nearest-node)
(define-key Info-mode-map [mouse-2] 'Info-follow-nearest-node)
)
;; Info mode is suitable only for specially formatted data.