(Info-mode-map): Bind mouse-2, not mouse-3.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 17:37:18 +0000 (17:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 17:37:18 +0000 (17:37 +0000)
lisp/info.el

index 742a992..043a440 100644 (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)
   )
 \f
 ;; Info mode is suitable only for specially formatted data.