]> git.eshelyaron.com Git - emacs.git/commitdiff
* commands.texi (Misc Events): Update description of wheel events.
authorPo Lu <luangruo@yahoo.com>
Sun, 27 Feb 2022 03:44:06 +0000 (11:44 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 27 Feb 2022 03:44:56 +0000 (11:44 +0800)
doc/lispref/commands.texi

index a1628eabaa2f41a2080d0028a71e615d60a6d723..a4ae68af5b2c539db72c02e986ddb36760920391 100644 (file)
@@ -2091,11 +2091,13 @@ wheel.
 
 @vindex mouse-wheel-up-event
 @vindex mouse-wheel-down-event
-This kind of event is generated only on some kinds of systems.  On some
-systems, @code{mouse-4} and @code{mouse-5} are used instead.  For
-portable code, use the variables @code{mouse-wheel-up-event} and
-@code{mouse-wheel-down-event} defined in @file{mwheel.el} to determine
-what event types to expect for the mouse wheel.
+This kind of event is generated only on some kinds of systems.  On
+some systems, @code{mouse-4} and @code{mouse-5} are used instead.  For
+portable code, use the variables @code{mouse-wheel-up-event},
+@code{mouse-wheel-up-alternate-event}, @code{mouse-wheel-down-event}
+and @code{mouse-wheel-down-alternate-event} defined in
+@file{mwheel.el} to determine what event types to expect for the mouse
+wheel.
 
 @cindex @code{pinch} event
 @item (pinch @var{position} @var{dx} @var{dy} @var{scale} @var{angle})