diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2024-04-29 15:32:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2024-04-29 15:32:12 +0300 |
| commit | f6ae5939b950bdec86471b02e81d1b3827546a2d (patch) | |
| tree | af02f8074ca9e211304841892640abb655a9e0ff /doc | |
| parent | 3be382311fa03b9ec9c571b5e5737ff2d51bc2d3 (diff) | |
; Fix documentation of recent commits.
* lisp/touch-screen.el (touch-screen-handle-point-up): Fix
comments.
* lisp/net/eww.el (eww-check-text-conversion, eww-select-file)
(eww-toggle-checkbox, eww-submit): Doc fixes.
* doc/emacs/input.texi (On-Screen Keyboards): Fix punctuation and
wording.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/input.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/input.texi b/doc/emacs/input.texi index d48c13355b3..b553c0895cd 100644 --- a/doc/emacs/input.texi +++ b/doc/emacs/input.texi @@ -127,9 +127,9 @@ minibuffer being brought into use (@pxref{Minibuffer}). @vindex touch-screen-set-point-commands When a ``tap'' gesture results in a command being executed, Emacs checks whether the command is meant to set the point by searching for it -in the list @code{touch-screen-set-point-commands}. If it is and the +in the list @code{touch-screen-set-point-commands}. If it is, and the text beneath the new point is not read-only, the virtual keyboard is -activated, in anticipation of the user entering text there. +activated, in anticipation of the user input there. The default value of @code{touch-screen-set-point-commands} holds only the command @code{mouse-set-point} (@pxref{Mouse Commands}), which is |
