aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBasil L. Contovounesios2025-03-23 18:13:52 +0100
committerBasil L. Contovounesios2025-03-23 18:13:52 +0100
commit10d534023a9aa1ffdfa0109f114630ff2eb9cf65 (patch)
tree70a7d7db00c0a277e27b14a1054aa53f7ad04d4b /doc
parentc2c287b3252e2cd3223f2e2d0ef96f29e024b47b (diff)
downloademacs-10d534023a9aa1ffdfa0109f114630ff2eb9cf65.tar.gz
emacs-10d534023a9aa1ffdfa0109f114630ff2eb9cf65.zip
; Fix some markup in doc/lispref/commands.texi.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/commands.texi2
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
1211Input events must come from somewhere; sometimes, that is a keyboard 1211Input events must come from somewhere; sometimes, that is a keyboard
1212macro, a signal, or `unread-command-events', but it is usually a 1212macro, a signal, or @code{unread-command-events}, but it is usually a
1213physical input device connected to a computer that is controlled by 1213physical input device connected to a computer that is controlled by
1214the user. Those devices are referred to as @dfn{input devices}, and 1214the user. Those devices are referred to as @dfn{input devices}, and
1215Emacs associates each input event with the input device from which it 1215Emacs associates each input event with the input device from which it