From: Noam Postavsky Date: Fri, 26 Jul 2019 21:25:08 +0000 (-0400) Subject: Clarify docstring of last-command-event. X-Git-Tag: emacs-27.0.90~1817^2~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d04b0ae7b1c8edbf452bd40f5e50f8e750a66e06;p=emacs.git Clarify docstring of last-command-event. * src/keyboard.c (syms_of_keyboard) : Reword docstring. --- 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) 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,