summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-11 20:20:07 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-11 20:20:07 +0000
commit111a8483a9d6a769f31255149df4ef806f6ad84e (patch)
tree2f9a901d98e611d2145301e13f17d6531c33f276
parent7b0614c2fad8cf51f8de73b77015655ee66697f0 (diff)
downloademacs-111a8483a9d6a769f31255149df4ef806f6ad84e.tar.gz
*** empty log message ***
-rw-r--r--lispref/commands.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index 7690b4e1497..0165c959920 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -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
@@ -2352,6 +2358,11 @@ 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
following command. Do not call them for any other reason.