aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2019-10-11 02:21:08 +0200
committerStefan Kangas2019-10-14 00:04:42 +0200
commitea7610f1f1e0022647000502a5dfcba8707c4964 (patch)
tree9dd9946e761d48f695d5d80ae0ff75d9d967e3f3
parentf0e220af088384599b5206f2b6efca05252e578a (diff)
downloademacs-ea7610f1f1e0022647000502a5dfcba8707c4964.tar.gz
emacs-ea7610f1f1e0022647000502a5dfcba8707c4964.zip
Clarify mouse commands section in manual
* doc/emacs/frames.texi (Mouse Commands): Clarify section on mouse wheel somewhat. (Bug#28182)
-rw-r--r--doc/emacs/frames.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 169eebab3e6..f93c5b168b1 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -201,14 +201,14 @@ deactivating the mark. @xref{Shift Selection}.
201@vindex mouse-wheel-progressive-speed 201@vindex mouse-wheel-progressive-speed
202 Some mice have a ``wheel'' which can be used for scrolling. Emacs 202 Some mice have a ``wheel'' which can be used for scrolling. Emacs
203supports scrolling windows with the mouse wheel, by default, on most 203supports scrolling windows with the mouse wheel, by default, on most
204graphical displays. There is also support for increasing or 204graphical displays. To toggle this feature, use @kbd{M-x
205decreasing the height of the default face, by default bound to 205mouse-wheel-mode}. The variables @code{mouse-wheel-follow-mouse} and
206scrolling with the @key{Ctrl} modifier. To toggle this feature, use 206@code{mouse-wheel-scroll-amount} determine where and by how much
207@kbd{M-x mouse-wheel-mode}. The variables 207buffers are scrolled. The variable
208@code{mouse-wheel-follow-mouse} and @code{mouse-wheel-scroll-amount}
209determine where and by how much buffers are scrolled. The variable
210@code{mouse-wheel-progressive-speed} determines whether the scroll 208@code{mouse-wheel-progressive-speed} determines whether the scroll
211speed is linked to how fast you move the wheel. 209speed is linked to how fast you move the wheel. This mode also
210supports increasing or decreasing the height of the default face, by
211default bound to scrolling with the @key{Ctrl} modifier.
212 212
213@vindex mouse-wheel-tilt-scroll 213@vindex mouse-wheel-tilt-scroll
214@vindex mouse-wheel-flip-direction 214@vindex mouse-wheel-flip-direction