From: Po Lu Date: Sun, 27 Feb 2022 03:44:06 +0000 (+0800) Subject: * commands.texi (Misc Events): Update description of wheel events. X-Git-Tag: emacs-29.0.90~2096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=796bb6f1e707cc5086ae9dbb6395f7a35554c63d;p=emacs.git * commands.texi (Misc Events): Update description of wheel events. --- diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index a1628eabaa2..a4ae68af5b2 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -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})