diff options
| author | Kim F. Storm | 2006-10-23 16:46:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-10-23 16:46:47 +0000 |
| commit | 6c2962c2287aa702dd81d60e1da7c267ce166a6f (patch) | |
| tree | 389738ef1f91b3b23f41729941579cce8e6e605b | |
| parent | 300734d7ab862b33f6939c624f3d25e6b74712ba (diff) | |
| download | emacs-6c2962c2287aa702dd81d60e1da7c267ce166a6f.tar.gz emacs-6c2962c2287aa702dd81d60e1da7c267ce166a6f.zip | |
(Event Input Misc): Update unread-command-events.
| -rw-r--r-- | lispref/commands.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 16b825d3de3..124be554b63 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -2503,6 +2503,13 @@ put them in @code{unread-command-events} is to use | |||
| 2503 | 2503 | ||
| 2504 | Normally you add events to the front of this list, so that the events | 2504 | Normally you add events to the front of this list, so that the events |
| 2505 | most recently unread will be reread first. | 2505 | most recently unread will be reread first. |
| 2506 | |||
| 2507 | Events read from this list are not normally added to the current | ||
| 2508 | command's key sequence (as returned by e.g. @code{this-command-keys}), | ||
| 2509 | as the events will already have been added once as they were read for | ||
| 2510 | the first time. An element of the form @code{(@code{t} . @var{event})} | ||
| 2511 | forces @var{event} to be added to the current command's key sequence. | ||
| 2512 | |||
| 2506 | @end defvar | 2513 | @end defvar |
| 2507 | 2514 | ||
| 2508 | @defun listify-key-sequence key | 2515 | @defun listify-key-sequence key |