]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/touch-screen.el: Correct commentary.
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Aug 2024 00:14:52 +0000 (08:14 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 09:54:16 +0000 (11:54 +0200)
(cherry picked from commit 94fe5894d99f8bb5cb175d7646f07e68360f2089)

lisp/touch-screen.el

index 756c82d5abe04fc2443085345e230bc9ffe1854d..7cd546b95f9248eda5406c255d705a87dfeb6560 100644 (file)
@@ -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.