Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03c6b7f6
Commit
03c6b7f6
authored
Jun 11, 1998
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
0a8cbe68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
lispref/commands.texi
lispref/commands.texi
+11
-0
No files found.
lispref/commands.texi
View file @
03c6b7f6
...
...
@@ -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
...
...
@@ -2350,6 +2356,11 @@ The value of this variable is the raw prefix argument for the
@emph{next} editing command. Commands such as @code{universal-argument}
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment