mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Doc clarification to mwheel-scroll
* lisp/mwheel.el (mwheel-scroll): Mention that the restriction does not apply to Windows (bug#19209).
This commit is contained in:
parent
cd193a871f
commit
696052b5fd
@ -187,7 +187,8 @@ This can be slightly disconcerting, but some people prefer it."
|
||||
|
||||
(defun mwheel-scroll (event)
|
||||
"Scroll up or down according to the EVENT.
|
||||
This should only be bound to mouse buttons 4 and 5."
|
||||
This should be bound only to mouse buttons 4 and 5 on non-Windows
|
||||
systems."
|
||||
(interactive (list last-input-event))
|
||||
(let* ((curwin (if mouse-wheel-follow-mouse
|
||||
(prog1
|
||||
|
Loading…
Reference in New Issue
Block a user