]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in touch-screen.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 18 Jul 2024 07:44:28 +0000 (09:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:29:19 +0000 (12:29 +0200)
* lisp/touch-screen.el (touch-screen-handle-touch): Checkdoc fixes.

(cherry picked from commit 46436720787821d55589188290442fd5ef559705)

lisp/touch-screen.el

index 8eb040f0eda8828740418af67e6e5efb948f1485..f04775b0bc6162747b010fedbf6ba90d543d8d3a 100644 (file)
@@ -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