[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 45942508141: ; * lisp/touch-screen.el (touch-screen-track-tap): F
From: |
Po Lu |
Subject: |
master 45942508141: ; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo. |
Date: |
Sat, 11 Nov 2023 05:05:50 -0500 (EST) |
branch: master
commit 45942508141bbeacd00479599e21592af42253bd
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo.
---
lisp/touch-screen.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/touch-screen.el b/lisp/touch-screen.el
index f838e3bff3d..2e5a88da071 100644
--- a/lisp/touch-screen.el
+++ b/lisp/touch-screen.el
@@ -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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 45942508141: ; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo.,
Po Lu <=