aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/commands.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 1eb580e1e0f..cd44c1c87ef 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2880,6 +2880,14 @@ command's key sequence (as returned by, e.g., @code{this-command-keys}),
2880as the events will already have been added once as they were read for 2880as the events will already have been added once as they were read for
2881the first time. An element of the form @w{@code{(t . @var{event})}} 2881the first time. An element of the form @w{@code{(t . @var{event})}}
2882forces @var{event} to be added to the current command's key sequence. 2882forces @var{event} to be added to the current command's key sequence.
2883
2884@cindex not recording input events
2885@cindex input events, prevent recording
2886Elements read from this list are normally recorded by the
2887record-keeping features (@pxref{Recording Input}) and while defining a
2888keyboard macro (@pxref{Keyboard Macros}). However, an element of the
2889form @w{@code{(no-record . @var{event})}} causes @var{event} to be
2890processed normally without recording it.
2883@end defvar 2891@end defvar
2884 2892
2885@defun listify-key-sequence key 2893@defun listify-key-sequence key