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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Tue, 26 Oct 2004 09:02:58 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.56 emacs/lispref/commands.texi:1.57
*** emacs/lispref/commands.texi:1.56    Sun Oct 24 21:39:41 2004
--- emacs/lispref/commands.texi Tue Oct 26 12:55:51 2004
***************
*** 360,365 ****
--- 360,368 ----
  maps.  The key sequence argument is represented as a string or vector.
  The cursor does not move into the echo area.  Prompt.
  
+ If the key sequence is a down-event, the following up-event is discarded,
+ but can be read via the @code{U} code character.
+ 
  This kind of input is used by commands such as @code{describe-key} and
  @code{global-set-key}.
  
***************
*** 416,421 ****
--- 419,429 ----
  the string.)  Other characters that normally terminate a symbol (e.g.,
  parentheses and brackets) do not do so here.  Prompt.
  
+ @item U
+ A key sequence or nil.  May be used after a @code{k} or @code{K}
+ argument to get the up-event that was discarded in case the key
+ sequence read for that argument was a down-event.  No I/O.
+ 
  @item v
  A variable declared to be a user option (i.e., satisfying the
  predicate @code{user-variable-p}).  This reads the variable using




reply via email to

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