aboutsummaryrefslogtreecommitdiffstats
path: root/man/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi27
1 files changed, 15 insertions, 12 deletions
diff --git a/man/frames.texi b/man/frames.texi
index d3e541f7040..3f560e875d5 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -715,19 +715,22 @@ setting of Scroll Bar mode similarly. @xref{Resources X}.
715@node Wheeled Mice 715@node Wheeled Mice
716@section Scrolling With `Wheeled' Mice 716@section Scrolling With `Wheeled' Mice
717 717
718@cindex mouse wheel 718@cindex Mouse Wheel mode
719@findex mwheel-install 719@findex mouse-wheel-mode
720@vindex mouse-wheel-mode
720Some mice have a `wheel' instead of a third button. You can usually 721Some mice have a `wheel' instead of a third button. You can usually
721click the wheel to act as @kbd{mouse-3}. You can also use the wheel to 722click the wheel to act as @kbd{mouse-2}. You can also use the wheel
722scroll windows instead of using the scroll bar or keyboard commands. 723to scroll windows instead of using the scroll bar or keyboard
723Use @kbd{M-x mwheel-install} to set up the wheel for scrolling or put 724commands. Use @kbd{M-x mouse-wheel-mode} to enable or disable
724@samp{(require 'mwheel)} in your @file{.emacs}. (Support for the wheel 725scrolling with the wheel, or customize the option
725depends on the system generating appropriate events for Emacs.) 726@code{mouse-wheel-mode}. (Support for the wheel depends on the system
726 727generating appropriate events for Emacs.)
727@vindex mwheel-follow-mouse 728
728@vindex mwheel-scroll-amount 729@vindex mouse-wheel-follow-mouse
729The variables @code{mwheel-follow-mouse} and @code{mwheel-scroll-amount} 730@vindex mouse-wheel-scroll-amount
730determine where and by how much buffers are scrolled. 731The variables @code{mouse-wheel-follow-mouse} and
732@code{mouse-wheel-scroll-amount} determine where and by how much
733buffers are scrolled.
731 734
732@node Menu Bars 735@node Menu Bars
733@section Menu Bars 736@section Menu Bars