From d95c5680f96133437e0b113e91ab394191a14676 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 26 Jun 2023 09:19:07 +0800 Subject: [PATCH] ; * doc/lispref/commands.texi (Touchscreen Events): Fix typo. --- doc/lispref/commands.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index edeea9ab27c..eaf6f3e451b 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2022,7 +2022,7 @@ corresponding @code{touchscreen-begin} events. @item (touchscreen-update @var{points}) This event is sent when a point on the touchscreen has changed position. @var{points} is a list of touch points containing the -up-to-date positions of each touch point currently on the touchscxcompile/reen. +up-to-date positions of each touch point currently on the touchscreen. @cindex @code{touchscreen-end} event @item (touchscreen-end @var{point}) -- 2.39.2