aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNoam Postavsky2019-07-26 17:25:08 -0400
committerNoam Postavsky2019-07-26 17:25:08 -0400
commitd04b0ae7b1c8edbf452bd40f5e50f8e750a66e06 (patch)
tree80126acd77aae5c5d68b41dac029dd6742ceabe5 /src
parent0f09808e522cd3de6bd9ea1350beed1feddfbda9 (diff)
downloademacs-d04b0ae7b1c8edbf452bd40f5e50f8e750a66e06.tar.gz
emacs-d04b0ae7b1c8edbf452bd40f5e50f8e750a66e06.zip
Clarify docstring of last-command-event.
* src/keyboard.c (syms_of_keyboard) <last-command-event>: Reword docstring.
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,