emacs-diffs
[Top][All Lists]
Advanced

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

master c14e0da: mouse-wheel-progressive-speed doc string clarification


From: Lars Ingebrigtsen
Subject: master c14e0da: mouse-wheel-progressive-speed doc string clarification
Date: Sun, 16 May 2021 12:00:11 -0400 (EDT)

branch: master
commit c14e0da3611b2c82b0f194e2d70af681bfcfeba8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    mouse-wheel-progressive-speed doc string clarification
    
    * lisp/mwheel.el (mouse-wheel-progressive-speed): Doc string
    improvement (bug#45322).
---
 lisp/mwheel.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 048f50c..b31805a 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -131,7 +131,10 @@ scrolling."
   :version "28.1")
 
 (defcustom mouse-wheel-progressive-speed t
-  "If non-nil, the faster the user moves the wheel, the faster the scrolling.
+  "If nil, scrolling speed is proportional to the wheel speed.
+If non-nil, moving the wheel faster will make scrolling
+progressively faster.
+
 Note that this has no effect when `mouse-wheel-scroll-amount' specifies
 a \"near full screen\" scroll or when the mouse wheel sends key instead
 of button events."



reply via email to

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