diff options
| -rw-r--r-- | lisp/mwheel.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index f1450d470fc..9e03854fd11 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el | |||
| @@ -187,7 +187,8 @@ This can be slightly disconcerting, but some people prefer it." | |||
| 187 | 187 | ||
| 188 | (defun mwheel-scroll (event) | 188 | (defun mwheel-scroll (event) |
| 189 | "Scroll up or down according to the EVENT. | 189 | "Scroll up or down according to the EVENT. |
| 190 | This should only be bound to mouse buttons 4 and 5." | 190 | This should be bound only to mouse buttons 4 and 5 on non-Windows |
| 191 | systems." | ||
| 191 | (interactive (list last-input-event)) | 192 | (interactive (list last-input-event)) |
| 192 | (let* ((curwin (if mouse-wheel-follow-mouse | 193 | (let* ((curwin (if mouse-wheel-follow-mouse |
| 193 | (prog1 | 194 | (prog1 |