aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2020-03-13 12:24:25 +0200
committerEli Zaretskii2020-03-13 12:24:25 +0200
commitb468b3d1ffa9f22a8a421b1037f7e397903913c3 (patch)
treee3c60ddcb0d069f8f690ec34f198c6f12047c0bc /doc
parent1ab766fd5814ee30d810fb82c0db6eb66320ec3d (diff)
downloademacs-b468b3d1ffa9f22a8a421b1037f7e397903913c3.tar.gz
emacs-b468b3d1ffa9f22a8a421b1037f7e397903913c3.zip
Fix a recent documentation change
* doc/emacs/frames.texi (Mouse Commands): More detailed description of how tilting the mouse-wheel works. * lisp/mwheel.el (mouse-wheel-tilt-scroll) (mouse-wheel-flip-direction): Fix the wording of doc strings. (Bug#39979)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 16205e6e0c3..7a583b96bbd 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -217,11 +217,15 @@ default bound to scrolling with the @key{Ctrl} modifier.
217@vindex mouse-wheel-tilt-scroll 217@vindex mouse-wheel-tilt-scroll
218@vindex mouse-wheel-flip-direction 218@vindex mouse-wheel-flip-direction
219Emacs can also support horizontal scrolling if your mouse's wheel can 219Emacs can also support horizontal scrolling if your mouse's wheel can
220be tilted, or your touchpad supports it. This feature is off by 220be tilted, or if your touchpad supports it. This feature is off by
221default; the variable @code{mouse-wheel-tilt-scroll} turns it on. If 221default; the variable @code{mouse-wheel-tilt-scroll} turns it on, if
222you'd like to reverse the direction of horizontal scrolling, customize 222you customize it to a non-@code{nil} value. By default, tilting the
223the variable @code{mouse-wheel-flip-direction} to a non-@code{nil} 223mouse wheel scrolls the window's view horizontally in the direction of
224value. 224the tilt: e.g., tilting to the right scrolls the window to the right,
225so that the text displayed in the window moves horizontally to the
226left. If you'd like to reverse the direction of horizontal scrolling,
227customize the variable @code{mouse-wheel-flip-direction} to a
228non-@code{nil} value.
225 229
226When the mouse pointer is over an image, scrolling the mouse wheel 230When the mouse pointer is over an image, scrolling the mouse wheel
227with the @key{Ctrl} modifier scales the image under the mouse pointer. 231with the @key{Ctrl} modifier scales the image under the mouse pointer.