]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Nov 2023 10:05:35 +0000 (18:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Nov 2023 10:05:35 +0000 (18:05 +0800)
lisp/touch-screen.el

index f838e3bff3d7baa995659becdc8474835e3c5769..2e5a88da071609123bd15a55fba664ba62a2dd90 100644 (file)
@@ -1550,10 +1550,10 @@ contains a touch point with the same ID as in EVENT, call UPDATE
 with that event and DATA.
 
 If THRESHOLD is non-nil, enforce a threshold of movement that is
-either itself or 10 pixels when it is not a number.  If the touch
-point moves beyond that threshold EVENT on any axis, return nil
-immediately, and further resume mouse event translation for the
-touch point at hand.
+either itself or 10 pixels when it is not a number.  If the
+aformentioned touch point moves beyond that threshold on any
+axis, return nil immediately, and further resume mouse event
+translation for the touch point at hand.
 
 Return nil immediately if any other kind of event is received;
 otherwise, return t once the `touchscreen-end' event arrives."