diff options
| author | Richard M. Stallman | 1998-06-11 20:20:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-11 20:20:07 +0000 |
| commit | 03c6b7f66dd5a7f467c35470ab2a53a9301677fc (patch) | |
| tree | baee81a8d187207ff8d67806a035bdcd84438a0e | |
| parent | 0a8cbe68813a5acb485cbc3a473c3cf77ccaacf3 (diff) | |
| download | emacs-03c6b7f66dd5a7f467c35470ab2a53a9301677fc.tar.gz emacs-03c6b7f66dd5a7f467c35470ab2a53a9301677fc.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/commands.texi | 11 |
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 | |||
| 661 | buffer-local. @xref{Multiple Displays}. | 661 | buffer-local. @xref{Multiple Displays}. |
| 662 | @end defvar | 662 | @end defvar |
| 663 | 663 | ||
| 664 | @tindex real-last-command | ||
| 665 | @defvar real-last-command | ||
| 666 | This variable is set up by Emacs just like @code{last-command}, | ||
| 667 | but 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 |
| 666 | This variable records the name of the command now being executed by | 672 | 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 | |||
| 2352 | this variable. | 2358 | this variable. |
| 2353 | @end defvar | 2359 | @end defvar |
| 2354 | 2360 | ||
| 2361 | @tindex last-prefix-arg | ||
| 2362 | @defvar last-prefix-arg | ||
| 2363 | The 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 |
| 2356 | following command. Do not call them for any other reason. | 2367 | following command. Do not call them for any other reason. |
| 2357 | 2368 | ||