# HG changeset patch # User Richard M. Stallman # Date 897596407 0 # Node ID 8a51f757af2cb5832e4895d1a9ccf616f9d7d212 # Parent 3dc0b9f57ff6ad653c8b545a9ce7aafc65dde7c3 *** empty log message *** diff -r 3dc0b9f57ff6 -r 8a51f757af2c lispref/commands.texi --- 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.