diff options
| author | Po Lu | 2023-11-23 08:20:51 +0800 |
|---|---|---|
| committer | Po Lu | 2023-11-23 08:20:51 +0800 |
| commit | e1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3 (patch) | |
| tree | 1bc0d699a12f3ca223316634009351c6536c6075 | |
| parent | 7f359d248874a6fc6a1472247d3982c85dc11544 (diff) | |
| download | emacs-e1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3.tar.gz emacs-e1c0c5def3d1dc93e34180ccdf88a6aaaad59ea3.zip | |
; * doc/emacs/input.texi (On-Screen Keyboards): Fix typos.
| -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 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 | |||
| 132 | virtual keyboard, in anticipation that the user is about to enter text | 132 | virtual keyboard, in anticipation that the user is about to enter text |
| 133 | there. | 133 | there. |
| 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 |
| 136 | only the command @code{mouse-set-point} (@pxref{Mouse Commands}), | 136 | only the command @code{mouse-set-point} (@pxref{Mouse Commands}), |
| 137 | which is the default binding of @code{mouse-1}, and thus of | 137 | which is the default binding of @code{mouse-1}, and thus of |
| 138 | touchscreen tap gestures as well. | 138 | touchscreen tap gestures as well. |
| @@ -144,7 +144,7 @@ only; it may also be set buffer locally, in which case Emacs will | |||
| 144 | always display the keyboard in response to a tap on a window | 144 | always display the keyboard in response to a tap on a window |
| 145 | displaying the buffer it is set in. | 145 | displaying 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 |
| 148 | keyboard. For more details, @xref{On-Screen Keyboards,,, elisp, The | 148 | keyboard. For more details, @xref{On-Screen Keyboards,,, elisp, The |
| 149 | Emacs Lisp Reference Manual}. | 149 | Emacs Lisp Reference Manual}. |
| 150 | 150 | ||