From: Po Lu Date: Mon, 26 Jun 2023 01:19:07 +0000 (+0800) Subject: ; * doc/lispref/commands.texi (Touchscreen Events): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d95c5680f96133437e0b113e91ab394191a14676;p=emacs.git ; * doc/lispref/commands.texi (Touchscreen Events): Fix typo. --- 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})