From 1573cf98ebcc3dfa2c355b9f59a6a95c681da970 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 11:34:15 +0200 Subject: [PATCH] Clarify last-command-event doc string * src/keyboard.c (syms_of_keyboard): Clarify the doc string (bug#26626). --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2