aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-26 11:34:15 +0200
committerLars Ingebrigtsen2019-07-26 11:34:15 +0200
commit1573cf98ebcc3dfa2c355b9f59a6a95c681da970 (patch)
tree9eb41ec2b4d670a9a271251742598a25b2f5af2e /src
parent7ada677e3faa4316b2a330d8e2c06057261bd886 (diff)
downloademacs-1573cf98ebcc3dfa2c355b9f59a6a95c681da970.tar.gz
emacs-1573cf98ebcc3dfa2c355b9f59a6a95c681da970.zip
Clarify last-command-event doc string
* src/keyboard.c (syms_of_keyboard): Clarify the doc string (bug#26626).
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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)
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. */); 11327 doc: /* Last input event that was part of a command key sequence.
11328See Info node `(elisp)Command Loop Info'.*/);
11328 11329
11329 DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event, 11330 DEFVAR_LISP ("last-nonmenu-event", last_nonmenu_event,
11330 doc: /* Last input event in a command, except for mouse menu events. 11331 doc: /* Last input event in a command, except for mouse menu events.