summaryrefslogtreecommitdiff
path: root/man/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-03-21 18:16:34 +0000
committerRichard M. Stallman <rms@gnu.org>2005-03-21 18:16:34 +0000
commitb50352ecce9114af89e2d129d9f6eaa7acb01a7a (patch)
treec042e9e54c173ef0986b8895fd518b638a3b4335 /man/frames.texi
parent3aff69e30fdfd7c26ac4e13630de12f243d13f5d (diff)
downloademacs-b50352ecce9114af89e2d129d9f6eaa7acb01a7a.tar.gz
(Wheeled Mice): Mouse wheel support on by default.
Document mouse-wheel-progressive speed.
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 3fdaac6d020..edbda679b46 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -810,16 +810,18 @@ command @kbd{M-x toggle-scroll-bar}.
usually click the wheel to act as either @kbd{Mouse-2} or
@kbd{Mouse-3}, depending on the setup. You can also use the wheel to
scroll windows instead of using the scroll bar or keyboard commands.
-To do so, turn on Mouse Wheel global minor mode with the command
-@kbd{M-x mouse-wheel-mode} or by customizing the variable
-@code{mouse-wheel-mode}. Support for the wheel depends on the system
-generating appropriate events for Emacs.
+Mouse wheel support only works if the system generates appropriate
+events; whenever possible, it is turned on by default. To toggle this
+feature, use @kbd{M-x mouse-wheel-mode}.
@vindex mouse-wheel-follow-mouse
@vindex mouse-wheel-scroll-amount
+@vindex mouse-wheel-progressive-speed
The variables @code{mouse-wheel-follow-mouse} and
@code{mouse-wheel-scroll-amount} determine where and by how much
-buffers are scrolled.
+buffers are scrolled. The variable
+@code{mouse-wheel-progressive-speed} determines whether the the scroll
+speed is linked to how fast you move the wheel.
@node Drag and Drop
@section Drag and Drop