From: Stefan Kangas Date: Thu, 18 Jul 2024 07:44:28 +0000 (+0200) Subject: Checkdoc fixes in touch-screen.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ac44e7c75ad6f4b6402ed83f9bef27078bf6fc8;p=emacs.git Checkdoc fixes in touch-screen.el * lisp/touch-screen.el (touch-screen-handle-touch): Checkdoc fixes. (cherry picked from commit 46436720787821d55589188290442fd5ef559705) --- diff --git a/lisp/touch-screen.el b/lisp/touch-screen.el index 8eb040f0eda..f04775b0bc6 100644 --- a/lisp/touch-screen.el +++ b/lisp/touch-screen.el @@ -1490,9 +1490,9 @@ If INTERACTIVE, execute the command associated with any event generated instead of throwing `input-event'. Otherwise, throw `input-event' with a single input event if that event should take the place of EVENT within the key sequence being translated, or -`nil' if all tools have been released. +nil if all tools have been released. -Set `touch-screen-events-received' to `t' to indicate that touch +Set `touch-screen-events-received' to t to indicate that touch screen events have been received, and thus by extension require functions undertaking event management themselves to call `read-key' rather than `read-event'." @@ -2082,4 +2082,4 @@ Must be called from a command bound to a `touchscreen-hold' or (provide 'touch-screen) -;;; touch-screen ends here +;;; touch-screen.el ends here