diff options
| author | Basil L. Contovounesios | 2025-03-23 18:13:52 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2025-03-23 18:13:52 +0100 |
| commit | 10d534023a9aa1ffdfa0109f114630ff2eb9cf65 (patch) | |
| tree | 70a7d7db00c0a277e27b14a1054aa53f7ad04d4b /doc | |
| parent | c2c287b3252e2cd3223f2e2d0ef96f29e024b47b (diff) | |
| download | emacs-10d534023a9aa1ffdfa0109f114630ff2eb9cf65.tar.gz emacs-10d534023a9aa1ffdfa0109f114630ff2eb9cf65.zip | |
; Fix some markup in doc/lispref/commands.texi.
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 506788340c8..fcd6dce3277 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1209,7 +1209,7 @@ If the last event came from a keyboard macro, the value is @code{macro}. | |||
| 1209 | @cindex input devices | 1209 | @cindex input devices |
| 1210 | @cindex device names | 1210 | @cindex device names |
| 1211 | Input events must come from somewhere; sometimes, that is a keyboard | 1211 | Input events must come from somewhere; sometimes, that is a keyboard |
| 1212 | macro, a signal, or `unread-command-events', but it is usually a | 1212 | macro, a signal, or @code{unread-command-events}, but it is usually a |
| 1213 | physical input device connected to a computer that is controlled by | 1213 | physical input device connected to a computer that is controlled by |
| 1214 | the user. Those devices are referred to as @dfn{input devices}, and | 1214 | the user. Those devices are referred to as @dfn{input devices}, and |
| 1215 | Emacs associates each input event with the input device from which it | 1215 | Emacs associates each input event with the input device from which it |