diff options
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 742a992bf9a..043a4402ce0 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1140,7 +1140,7 @@ At end of the node's text, moves to the next node." | |||
| 1140 | (define-key Info-mode-map "u" 'Info-up) | 1140 | (define-key Info-mode-map "u" 'Info-up) |
| 1141 | (define-key Info-mode-map "," 'Info-index-next) | 1141 | (define-key Info-mode-map "," 'Info-index-next) |
| 1142 | (define-key Info-mode-map "\177" 'Info-scroll-down) | 1142 | (define-key Info-mode-map "\177" 'Info-scroll-down) |
| 1143 | (define-key Info-mode-map [mouse-3] 'Info-follow-nearest-node) | 1143 | (define-key Info-mode-map [mouse-2] 'Info-follow-nearest-node) |
| 1144 | ) | 1144 | ) |
| 1145 | 1145 | ||
| 1146 | ;; Info mode is suitable only for specially formatted data. | 1146 | ;; Info mode is suitable only for specially formatted data. |