Variable: touch-screen-word-select-initial-word
touch-screen-word-select-initial-word is a buffer-local variable
defined in touch-screen.el.gz.
Documentation
The start and end positions of the first word to be selected.
Used in an attempt to keep this word selected during later dragging.
Source Code
;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defvar-local touch-screen-word-select-initial-word nil
"The start and end positions of the first word to be selected.
Used in an attempt to keep this word selected during later
dragging.")