diff options
| author | Sean Whitton | 2025-03-24 10:41:45 +0800 |
|---|---|---|
| committer | Sean Whitton | 2025-03-24 10:41:45 +0800 |
| commit | 0cfe700e336da3cc5a2a766840d375921dcd5ee9 (patch) | |
| tree | e00f11c665f6b12e78302d60356fdf6538604bfe /doc | |
| parent | a0864880d85e048ed7b1fddec9fc34298287a7e1 (diff) | |
| parent | 0c32f7521b12c13ac0c7fff09981054e106989c6 (diff) | |
| download | emacs-0cfe700e336da3cc5a2a766840d375921dcd5ee9.tar.gz emacs-0cfe700e336da3cc5a2a766840d375921dcd5ee9.zip | |
Merge from origin/emacs-30
0c32f7521b1 ; * admin/notes/spelling: More precisely qualify saying j...
bc51fabc108 Add a choice to 'dired-movement-style' to restore the pre...
10d534023a9 ; Fix some markup in doc/lispref/commands.texi.
c2c287b3252 Improve docstring of should-error
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index e365e691096..b11e61a40fe 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1208,7 +1208,7 @@ If the last event came from a keyboard macro, the value is @code{macro}. | |||
| 1208 | @cindex input devices | 1208 | @cindex input devices |
| 1209 | @cindex device names | 1209 | @cindex device names |
| 1210 | Input events must come from somewhere; sometimes, that is a keyboard | 1210 | Input events must come from somewhere; sometimes, that is a keyboard |
| 1211 | macro, a signal, or `unread-command-events', but it is usually a | 1211 | macro, a signal, or @code{unread-command-events}, but it is usually a |
| 1212 | physical input device connected to a computer that is controlled by | 1212 | physical input device connected to a computer that is controlled by |
| 1213 | the user. Those devices are referred to as @dfn{input devices}, and | 1213 | the user. Those devices are referred to as @dfn{input devices}, and |
| 1214 | Emacs associates each input event with the input device from which it | 1214 | Emacs associates each input event with the input device from which it |