diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/commands.texi | 8 |
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}), | |||
| 2880 | as the events will already have been added once as they were read for | 2880 | as the events will already have been added once as they were read for |
| 2881 | the first time. An element of the form @w{@code{(t . @var{event})}} | 2881 | the first time. An element of the form @w{@code{(t . @var{event})}} |
| 2882 | forces @var{event} to be added to the current command's key sequence. | 2882 | forces @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 | ||
| 2886 | Elements read from this list are normally recorded by the | ||
| 2887 | record-keeping features (@pxref{Recording Input}) and while defining a | ||
| 2888 | keyboard macro (@pxref{Keyboard Macros}). However, an element of the | ||
| 2889 | form @w{@code{(no-record . @var{event})}} causes @var{event} to be | ||
| 2890 | processed normally without recording it. | ||
| 2883 | @end defvar | 2891 | @end defvar |
| 2884 | 2892 | ||
| 2885 | @defun listify-key-sequence key | 2893 | @defun listify-key-sequence key |