diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index b86ad03851f..f1815fd9cec 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11324,7 +11324,8 @@ syms_of_keyboard (void) | |||
| 11324 | defsubr (&Sposn_at_x_y); | 11324 | defsubr (&Sposn_at_x_y); |
| 11325 | 11325 | ||
| 11326 | DEFVAR_LISP ("last-command-event", last_command_event, | 11326 | DEFVAR_LISP ("last-command-event", last_command_event, |
| 11327 | doc: /* Last input event that was part of a command. */); | 11327 | doc: /* Last input event that was part of a command key sequence. |
| 11328 | See Info node `(elisp)Command Loop Info'.*/); | ||
| 11328 | 11329 | ||
| 11329 | DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event, | 11330 | DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event, |
| 11330 | doc: /* Last input event in a command, except for mouse menu events. | 11331 | doc: /* Last input event in a command, except for mouse menu events. |