diff options
| -rw-r--r-- | man/frames.texi | 12 |
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}. | |||
| 810 | usually click the wheel to act as either @kbd{Mouse-2} or | 810 | usually click the wheel to act as either @kbd{Mouse-2} or |
| 811 | @kbd{Mouse-3}, depending on the setup. You can also use the wheel to | 811 | @kbd{Mouse-3}, depending on the setup. You can also use the wheel to |
| 812 | scroll windows instead of using the scroll bar or keyboard commands. | 812 | scroll windows instead of using the scroll bar or keyboard commands. |
| 813 | To do so, turn on Mouse Wheel global minor mode with the command | 813 | Mouse wheel support only works if the system generates appropriate |
| 814 | @kbd{M-x mouse-wheel-mode} or by customizing the variable | 814 | events; whenever possible, it is turned on by default. To toggle this |
| 815 | @code{mouse-wheel-mode}. Support for the wheel depends on the system | 815 | feature, use @kbd{M-x mouse-wheel-mode}. |
| 816 | generating appropriate events for Emacs. | ||
| 817 | 816 | ||
| 818 | @vindex mouse-wheel-follow-mouse | 817 | @vindex mouse-wheel-follow-mouse |
| 819 | @vindex mouse-wheel-scroll-amount | 818 | @vindex mouse-wheel-scroll-amount |
| 819 | @vindex mouse-wheel-progressive-speed | ||
| 820 | The variables @code{mouse-wheel-follow-mouse} and | 820 | The variables @code{mouse-wheel-follow-mouse} and |
| 821 | @code{mouse-wheel-scroll-amount} determine where and by how much | 821 | @code{mouse-wheel-scroll-amount} determine where and by how much |
| 822 | buffers are scrolled. | 822 | buffers are scrolled. The variable |
| 823 | @code{mouse-wheel-progressive-speed} determines whether the the scroll | ||
| 824 | speed is linked to how fast you move the wheel. | ||
| 823 | 825 | ||
| 824 | @node Drag and Drop | 826 | @node Drag and Drop |
| 825 | @section Drag and Drop | 827 | @section Drag and Drop |