]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Jun 1998 20:20:07 +0000 (20:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Jun 1998 20:20:07 +0000 (20:20 +0000)
lispref/commands.texi

index 7690b4e1497939d6dbe37b5c14e1c759ed983a99..0165c959920e268144c5e6521c9e95da3a02a614 100644 (file)
@@ -661,6 +661,12 @@ This variable is always local to the current terminal and cannot be
 buffer-local.  @xref{Multiple Displays}.
 @end defvar
 
+@tindex real-last-command
+@defvar real-last-command
+This variable is set up by Emacs just like @code{last-command},
+but never altered by Lisp programs.
+@end defvar
+
 @defvar this-command
 @cindex current command
 This variable records the name of the command now being executed by
@@ -2350,6 +2356,11 @@ The value of this variable is the raw prefix argument for the
 @emph{next} editing command.  Commands such as @code{universal-argument}
 that specify prefix arguments for the following command work by setting
 this variable.
+@end defvar
+
+@tindex last-prefix-arg
+@defvar last-prefix-arg
+The raw prefix argument value used by the previous command.
 @end defvar
 
   The following commands exist to set up prefix arguments for the