From: Kim F. Storm Date: Mon, 23 Oct 2006 16:46:47 +0000 (+0000) Subject: (Event Input Misc): Update unread-command-events. X-Git-Tag: emacs-pretest-22.0.90~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c2962c2287aa702dd81d60e1da7c267ce166a6f;p=emacs.git (Event Input Misc): Update unread-command-events. --- 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 Normally you add events to the front of this list, so that the events most recently unread will be reread first. + +Events read from this list are not normally added to the current +command's key sequence (as returned by e.g. @code{this-command-keys}), +as the events will already have been added once as they were read for +the first time. An element of the form @code{(@code{t} . @var{event})} +forces @var{event} to be added to the current command's key sequence. + @end defvar @defun listify-key-sequence key