diff options
| author | Stefan Kangas | 2019-10-11 02:21:08 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-14 00:04:42 +0200 |
| commit | ea7610f1f1e0022647000502a5dfcba8707c4964 (patch) | |
| tree | 9dd9946e761d48f695d5d80ae0ff75d9d967e3f3 | |
| parent | f0e220af088384599b5206f2b6efca05252e578a (diff) | |
| download | emacs-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.texi | 14 |
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 |
| 203 | supports scrolling windows with the mouse wheel, by default, on most | 203 | supports scrolling windows with the mouse wheel, by default, on most |
| 204 | graphical displays. There is also support for increasing or | 204 | graphical displays. To toggle this feature, use @kbd{M-x |
| 205 | decreasing the height of the default face, by default bound to | 205 | mouse-wheel-mode}. The variables @code{mouse-wheel-follow-mouse} and |
| 206 | scrolling 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 | 207 | buffers are scrolled. The variable |
| 208 | @code{mouse-wheel-follow-mouse} and @code{mouse-wheel-scroll-amount} | ||
| 209 | determine 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 |
| 211 | speed is linked to how fast you move the wheel. | 209 | speed is linked to how fast you move the wheel. This mode also |
| 210 | supports increasing or decreasing the height of the default face, by | ||
| 211 | default 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 |