mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
mouse-wheel-progressive-speed doc string clarification
* lisp/mwheel.el (mouse-wheel-progressive-speed): Doc string improvement (bug#45322).
This commit is contained in:
parent
5a82d4ce5a
commit
c14e0da361
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user