]> git.eshelyaron.com Git - emacs.git/commitdiff
mouse-wheel-progressive-speed doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 May 2021 15:59:54 +0000 (17:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 May 2021 15:59:54 +0000 (17:59 +0200)
* lisp/mwheel.el (mouse-wheel-progressive-speed): Doc string
improvement (bug#45322).

lisp/mwheel.el

index 048f50c772879462e77457356204b4d128cda1d0..b31805a57581b05146ae8f6c8e55a7fe7f513172 100644 (file)
@@ -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."