summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-05-16 17:59:54 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-05-16 17:59:54 +0200
commitc14e0da3611b2c82b0f194e2d70af681bfcfeba8 (patch)
treea7fddf4a3d7edea4f69be320f9aa5b7251e61eed /lisp/mwheel.el
parent5a82d4ce5add6d5eb3c5071537eef950e583e699 (diff)
downloademacs-c14e0da3611b2c82b0f194e2d70af681bfcfeba8.tar.gz
mouse-wheel-progressive-speed doc string clarification
* lisp/mwheel.el (mouse-wheel-progressive-speed): Doc string improvement (bug#45322).
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r--lisp/mwheel.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 048f50c7728..b31805a5758 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."