aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2023-11-23 08:20:51 +0800
committerPo Lu2023-11-23 08:20:51 +0800
commite1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3 (patch)
tree1bc0d699a12f3ca223316634009351c6536c6075
parent7f359d248874a6fc6a1472247d3982c85dc11544 (diff)
downloademacs-e1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3.tar.gz
emacs-e1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3.zip
; * doc/emacs/input.texi (On-Screen Keyboards): Fix typos.
-rw-r--r--doc/emacs/input.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/input.texi b/doc/emacs/input.texi
index 788a321ce3e..7f9d37b52de 100644
--- a/doc/emacs/input.texi
+++ b/doc/emacs/input.texi
@@ -132,7 +132,7 @@ the text beneath the new point is not read-only, it activates the
132virtual keyboard, in anticipation that the user is about to enter text 132virtual keyboard, in anticipation that the user is about to enter text
133there. 133there.
134 134
135 The default value of @code{touch-point-set-point-commands} holds 135 The default value of @code{touch-screen-set-point-commands} holds
136only the command @code{mouse-set-point} (@pxref{Mouse Commands}), 136only the command @code{mouse-set-point} (@pxref{Mouse Commands}),
137which is the default binding of @code{mouse-1}, and thus of 137which is the default binding of @code{mouse-1}, and thus of
138touchscreen tap gestures as well. 138touchscreen tap gestures as well.
@@ -144,7 +144,7 @@ only; it may also be set buffer locally, in which case Emacs will
144always display the keyboard in response to a tap on a window 144always display the keyboard in response to a tap on a window
145displaying the buffer it is set in. 145displaying the buffer it is set in.
146 146
147 There are moreover a set of functions to show or hide the on-screen 147 There are moreover several functions to show or hide the on-screen
148keyboard. For more details, @xref{On-Screen Keyboards,,, elisp, The 148keyboard. For more details, @xref{On-Screen Keyboards,,, elisp, The
149Emacs Lisp Reference Manual}. 149Emacs Lisp Reference Manual}.
150 150