From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 09:34:15 +0000 (+0200) Subject: Clarify last-command-event doc string X-Git-Tag: emacs-27.0.90~1817^2~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1573cf98ebcc3dfa2c355b9f59a6a95c681da970;p=emacs.git Clarify last-command-event doc string * src/keyboard.c (syms_of_keyboard): Clarify the doc string (bug#26626). --- 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) 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.