changeset 22440:8a51f757af2c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Jun 1998 20:20:07 +0000
parents 3dc0b9f57ff6
children dd560c810254
files lispref/commands.texi
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/commands.texi	Thu Jun 11 20:17:43 1998 +0000
+++ b/lispref/commands.texi	Thu Jun 11 20:20:07 1998 +0000
@@ -661,6 +661,12 @@
 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
@@ -2352,6 +2358,11 @@
 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
 following command.  Do not call them for any other reason.