Clarify docstring of last-command-event.
* src/keyboard.c (syms_of_keyboard) <last-command-event>: Reword docstring.
This commit is contained in:
parent
0f09808e52
commit
d04b0ae7b1
1 changed files with 1 additions and 1 deletions
|
@ -11324,7 +11324,7 @@ syms_of_keyboard (void)
|
|||
defsubr (&Sposn_at_x_y);
|
||||
|
||||
DEFVAR_LISP ("last-command-event", last_command_event,
|
||||
doc: /* Last input event that was part of a command key sequence.
|
||||
doc: /* Last input event of a key sequence that called a command.
|
||||
See Info node `(elisp)Command Loop Info'.*/);
|
||||
|
||||
DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event,
|
||||
|
|
Loading…
Add table
Reference in a new issue