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:
parent
ca160bc46d
commit
ffb4fddebf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue