diff options
author | Tak Kunihiro <tkk@misasa.okayama-u.ac.jp> | 2018-03-01 20:44:22 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-01 20:44:22 -0500 |
commit | 3968f72be861b3ee1de590b1ef53f9fb56f3640e (patch) | |
tree | 4cde3b749141f45e8e81cc9e7cee13869a3af5b4 /etc | |
parent | d6e78de50bac51da6927ca511cca2d6a176793bb (diff) | |
download | emacs-3968f72be861b3ee1de590b1ef53f9fb56f3640e.tar.gz |
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 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -431,9 +431,9 @@ always restricting the margin to a quarter of the window. +++ ** Emacs can scroll horizontally using mouse, touchpad, and trackbar. -You can enable this by customizing 'mwheel-tilt-scroll-p'. If you +You can enable this by customizing 'mouse-wheel-tilt-scroll'. If you want to reverse the direction of the scroll, customize -'mwheel-flip-direction'. +'mouse-wheel-flip-direction'. +++ ** The default GnuTLS priority string now includes %DUMBFW. |