projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c64d653
)
; * lisp/touch-screen.el: Correct commentary.
author
Po Lu
<luangruo@yahoo.com>
Sat, 3 Aug 2024 00:14:52 +0000
(08:14 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 3 Aug 2024 00:14:59 +0000
(08:14 +0800)
lisp/touch-screen.el
patch
|
blob
|
history
diff --git
a/lisp/touch-screen.el
b/lisp/touch-screen.el
index e7d33845f0965730cbdaa50d268edabf1348b01f..a52d036725846365b8b52daef1d706113ec8c685 100644
(file)
--- 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.