From: Po Lu Date: Sat, 3 Aug 2024 00:14:52 +0000 (+0800) Subject: ; * lisp/touch-screen.el: Correct commentary. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6e7ac0b4c8fa1f330acbc282d8fc73d89ff3778;p=emacs.git ; * lisp/touch-screen.el: Correct commentary. (cherry picked from commit 94fe5894d99f8bb5cb175d7646f07e68360f2089) --- diff --git a/lisp/touch-screen.el b/lisp/touch-screen.el index 756c82d5abe..7cd546b95f9 100644 --- a/lisp/touch-screen.el +++ b/lisp/touch-screen.el @@ -23,8 +23,8 @@ ;;; Commentary: ;; This file provides code to recognize simple touch screen gestures. -;; It is used on X, PGTK, and Android, currently the only systems where -;; Emacs supports touch input. +;; It is used on X, PGTK, Android, and MS-Windows, currently the only +;; systems where Emacs supports touch input. ;; ;; See (elisp)Touchscreen Events for a description of the details of ;; touch events.