aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index f1815fd9cec..db5ca4e547e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11324,7 +11324,7 @@ 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 key sequence. 11327 doc: /* Last input event of a key sequence that called a command.
11328See Info node `(elisp)Command Loop Info'.*/); 11328See Info node `(elisp)Command Loop Info'.*/);
11329 11329
11330 DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event, 11330 DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event,