mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Doc clarification to mwheel-scroll
* lisp/mwheel.el (mwheel-scroll): Mention that the restriction
does not apply to Windows (bug#19209).
(cherry picked from commit 696052b5fd)
This commit is contained in:
parent
ed8474e6ff
commit
2ef780f306
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue