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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Wed, 04 May 2005 10:32:22 -0400

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.67 emacs/lispref/commands.texi:1.68
*** emacs/lispref/commands.texi:1.67    Thu Mar 17 23:17:22 2005
--- emacs/lispref/commands.texi Wed May  4 14:32:22 2005
***************
*** 365,372 ****
  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}.
--- 365,373 ----
  maps.  The key sequence argument is represented as a string or vector.
  The cursor does not move into the echo area.  Prompt.
  
! If @samp{k} reads a key sequence that ends with a down-event, it also
! reads and discards the following up-event.  You can get access to that
! up-event with the @samp{U} code character.
  
  This kind of input is used by commands such as @code{describe-key} and
  @code{global-set-key}.
***************
*** 425,433 ****
  parentheses and brackets) do not do so here.  Prompt.
  
  @item U
! A key sequence or @code{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
--- 426,435 ----
  parentheses and brackets) do not do so here.  Prompt.
  
  @item U
! A key sequence or @code{nil}.  Can be used after a @samp{k} or
! @samp{K} argument to get the up-event that was discarded (if any)
! after @samp{k} or @samp{K} read a down-event.  If no up-event has been
! discarded, @samp{U} provides @code{nil} as the argument.  No I/O.
  
  @item v
  A variable declared to be a user option (i.e., satisfying the
***************
*** 442,449 ****
  
  @item X
  @cindex evaluated expression argument
! A Lisp form is read as with @kbd{x}, but then evaluated so that its
! value becomes the argument for the command.  Prompt.
  
  @item z
  A coding system name (a symbol).  If the user enters null input, the
--- 444,452 ----
  
  @item X
  @cindex evaluated expression argument
! A Lisp form's value.  @samp{X} reads as @samp{x} does, then evaluates
! the form so that its value becomes the argument for the command.
! Prompt.
  
  @item z
  A coding system name (a symbol).  If the user enters null input, the




reply via email to

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