emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 2ef780f 34/64: Doc clarification to mwheel-scroll


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 2ef780f 34/64: Doc clarification to mwheel-scroll
Date: Sun, 01 May 2016 18:18:41 +0000

branch: emacs-25
commit 2ef780f306a2168a02d2afc050585cd7ada3ddb0
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 696052b5fdfbc5c25dff3c6b081aebe70f6d06c7)
---
 lisp/mwheel.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index f1450d4..9e03854 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]