summaryrefslogtreecommitdiff
path: root/doc/emacs/frames.texi
diff options
context:
space:
mode:
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>2018-03-01 20:44:22 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-01 20:44:22 -0500
commit3968f72be861b3ee1de590b1ef53f9fb56f3640e (patch)
tree4cde3b749141f45e8e81cc9e7cee13869a3af5b4 /doc/emacs/frames.texi
parentd6e78de50bac51da6927ca511cca2d6a176793bb (diff)
downloademacs-3968f72be861b3ee1de590b1ef53f9fb56f3640e.tar.gz
emacs-3968f72be861b3ee1de590b1ef53f9fb56f3640e.tar.bz2
emacs-3968f72be861b3ee1de590b1ef53f9fb56f3640e.zip
Rename some mwheel options, for consistency
* lisp/mwheel.el (mouse-wheel-tilt-scroll) (mouse-wheel-flip-direction): Rename from mwheel-tilt-scroll-p, mwheel-flip-direction. (mwheel-scroll): Update for option renaming. * doc/emacs/frames.texi (Mouse Commands): Update for option renaming.
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r--doc/emacs/frames.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 17f6f35a8a3..11611e73516 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -207,13 +207,13 @@ buffers are scrolled. The variable
@code{mouse-wheel-progressive-speed} determines whether the scroll
speed is linked to how fast you move the wheel.
-@vindex mwheel-tilt-scroll-p
-@vindex mwheel-flip-direction
+@vindex mouse-wheel-tilt-scroll
+@vindex mouse-wheel-flip-direction
Emacs can also support horizontal scrolling if your mouse's wheel can
be tilted. This feature is off by default; the variable
-@code{mwheel-tilt-scroll-p} turns it on. If you'd like to reverse the
-direction of horizontal scrolling, customize the variable
-@code{mwheel-flip-direction} to a non-@code{nil} value.
+@code{mouse-wheel-tilt-scroll} turns it on. If you'd like to reverse
+the direction of horizontal scrolling, customize the variable
+@code{mouse-wheel-flip-direction} to a non-@code{nil} value.
@node Word and Line Mouse