aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-11 20:20:07 +0000
committerRichard M. Stallman1998-06-11 20:20:07 +0000
commit03c6b7f66dd5a7f467c35470ab2a53a9301677fc (patch)
treebaee81a8d187207ff8d67806a035bdcd84438a0e
parent0a8cbe68813a5acb485cbc3a473c3cf77ccaacf3 (diff)
downloademacs-03c6b7f66dd5a7f467c35470ab2a53a9301677fc.tar.gz
emacs-03c6b7f66dd5a7f467c35470ab2a53a9301677fc.zip
*** 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
661buffer-local. @xref{Multiple Displays}. 661buffer-local. @xref{Multiple Displays}.
662@end defvar 662@end defvar
663 663
664@tindex real-last-command
665@defvar real-last-command
666This variable is set up by Emacs just like @code{last-command},
667but never altered by Lisp programs.
668@end defvar
669
664@defvar this-command 670@defvar this-command
665@cindex current command 671@cindex current command
666This variable records the name of the command now being executed by 672This 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
2352this variable. 2358this variable.
2353@end defvar 2359@end defvar
2354 2360
2361@tindex last-prefix-arg
2362@defvar last-prefix-arg
2363The raw prefix argument value used by the previous command.
2364@end defvar
2365
2355 The following commands exist to set up prefix arguments for the 2366 The following commands exist to set up prefix arguments for the
2356following command. Do not call them for any other reason. 2367following command. Do not call them for any other reason.
2357 2368