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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:34 -0500

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.39.2.6 
emacs/lispref/commands.texi:1.39.2.7
*** emacs/lispref/commands.texi:1.39.2.6        Thu Nov  4 08:55:38 2004
--- emacs/lispref/commands.texi Fri Nov 12 02:52:59 2004
***************
*** 420,426 ****
  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.
  
--- 420,426 ----
  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.
  
***************
*** 3023,3031 ****
  @defvar defining-kbd-macro
  This variable is address@hidden if and only if a keyboard macro is
  being defined.  A command can test this variable so as to behave
! differently while a macro is being defined.  The commands
! @code{start-kbd-macro} and @code{end-kbd-macro} set this variable---do
! not set it yourself.
  
  The variable is always local to the current terminal and cannot be
  buffer-local.  @xref{Multiple Displays}.
--- 3023,3032 ----
  @defvar defining-kbd-macro
  This variable is address@hidden if and only if a keyboard macro is
  being defined.  A command can test this variable so as to behave
! differently while a macro is being defined.  The value is
! @code{append} while appending to the definition of an existing macro.
! The commands @code{start-kbd-macro}, @code{kmacro-start-macro} and
! @code{end-kbd-macro} set this variable---do not set it yourself.
  
  The variable is always local to the current terminal and cannot be
  buffer-local.  @xref{Multiple Displays}.




reply via email to

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