Checkdoc fixes in touch-screen.el

* lisp/touch-screen.el (touch-screen-handle-touch): Checkdoc fixes.
This commit is contained in:
Stefan Kangas 2024-07-18 09:44:28 +02:00
parent 9889774c62
commit 4643672078

View file

@ -1490,9 +1490,9 @@ If INTERACTIVE, execute the command associated with any event
generated instead of throwing `input-event'. Otherwise, throw generated instead of throwing `input-event'. Otherwise, throw
`input-event' with a single input event if that event should take `input-event' with a single input event if that event should take
the place of EVENT within the key sequence being translated, or 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 screen events have been received, and thus by extension require
functions undertaking event management themselves to call functions undertaking event management themselves to call
`read-key' rather than `read-event'." `read-key' rather than `read-event'."
@ -2077,4 +2077,4 @@ Must be called from a command bound to a `touchscreen-hold' or
(provide 'touch-screen) (provide 'touch-screen)
;;; touch-screen ends here ;;; touch-screen.el ends here