Clarify last-command-event doc string
* src/keyboard.c (syms_of_keyboard): Clarify the doc string (bug#26626).
This commit is contained in:
parent
7ada677e3f
commit
1573cf98eb
1 changed files with 2 additions and 1 deletions
|
@ -11324,7 +11324,8 @@ 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. */);
|
||||
doc: /* Last input event that was part of a command key sequence.
|
||||
See Info node `(elisp)Command Loop Info'.*/);
|
||||
|
||||
DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event,
|
||||
doc: /* Last input event in a command, except for mouse menu events.
|
||||
|
|
Loading…
Add table
Reference in a new issue