From f6ae5939b950bdec86471b02e81d1b3827546a2d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Apr 2024 15:32:12 +0300 Subject: ; 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. --- doc/emacs/input.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.3