emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/commands.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi,v
Date: Mon, 23 Oct 2006 16:46:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/10/23 16:46:47

Index: commands.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/commands.texi,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- commands.texi       16 Oct 2006 18:50:56 -0000      1.95
+++ commands.texi       23 Oct 2006 16:46:47 -0000      1.96
@@ -2503,6 +2503,13 @@
 
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]