]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify last-command-event doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 09:34:15 +0000 (11:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 09:34:15 +0000 (11:34 +0200)
* src/keyboard.c (syms_of_keyboard): Clarify the doc string
(bug#26626).

src/keyboard.c

index b86ad03851f4d090664ec6eff658e6b115931a20..f1815fd9cec90802bfb985ee443d9343ac871947 100644 (file)
@@ -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.