]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorEli Zaretskii <eliz@gnu.org>
Tue, 3 Nov 2020 19:48:23 +0000 (21:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 3 Nov 2020 19:48:23 +0000 (21:48 +0200)
* lisp/mwheel.el (mwheel-scroll): Don't use passive tense in doc
string.

lisp/mwheel.el

index a27c714d25f48d0774714be883afb2301a1f97c0..1d9fe68075bf0caf1497a97eb3ba3263a14915e9 100644 (file)
@@ -258,9 +258,11 @@ active window."
 This should be bound only to mouse buttons 4, 5, 6, and 7 on
 non-Windows systems.
 
-An optional prefix ARG can be used to change the step of horizontal
-scrolling.  The arg numeric value can be typed before starting to scroll.
-The value is saved in the variable `mouse-wheel-scroll-amount-horizontal'."
+Optional argument ARG (interactively, prefix numeric argument) controls
+the step of horizontal scrolling.
+
+The variable `mouse-wheel-scroll-amount-horizontal' records the last
+value of ARG, and the command uses it in subsequent scrolls."
   (interactive (list last-input-event current-prefix-arg))
   (let* ((selected-window (selected-window))
          (scroll-window (mouse-wheel--get-scroll-window event))