From: Po Lu Date: Sat, 11 Nov 2023 10:05:35 +0000 (+0800) Subject: ; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45942508141bbeacd00479599e21592af42253bd;p=emacs.git ; * lisp/touch-screen.el (touch-screen-track-tap): Fix typo. --- 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."