emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9c0ad88936: ; * doc/lispref/commands.texi (Misc Events): Fix typo


From: Eli Zaretskii
Subject: master 9c0ad88936: ; * doc/lispref/commands.texi (Misc Events): Fix typos and wording.
Date: Sun, 26 Dec 2021 05:40:11 -0500 (EST)

branch: master
commit 9c0ad8893624b2decdb33adb82b88093b5e67d0e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/commands.texi (Misc Events): Fix typos and wording.
---
 doc/lispref/commands.texi | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 3306d1f019..dd36bace18 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2090,14 +2090,15 @@ what event types to expect for the mouse wheel.
 This kind of event is generated by the user performing a ``pinch''
 gesture by placing two fingers on a touchpad and moving them towards
 or away from each other.  @var{position} is a mouse position list
-(@pxref{Click Events}) detailing the position of the mouse pointer
-when the event occured, @var{dx} is the change between the horizontal
-positions of the fingers since the last event in the same sequence,
+(@pxref{Click Events}) that provides the position of the mouse pointer
+when the event occurred, @var{dx} is the change in the horizontal
+distance between the fingers since the last event in the same sequence,
 @var{dy} is the vertical movement of the fingers since the last event
 in the same sequence, @var{scale} is the ratio of the current distance
-between the fingers and the distance at the start of the sequence, and
-@var{angle} is the delta in degrees between the angles of the fingers
-in this event and the fingers in the last event of the same sequence.
+between the fingers and that distance at the start of the sequence, and
+@var{angle} is the angular difference in degrees between the direction
+of the line connecting the fingers in this event and the direction of
+that line in the last event of the same sequence.
 
 All arguments after @var{position} are floating point numbers.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]