projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f09808
)
Clarify docstring of last-command-event.
author
Noam Postavsky
<npostavs@gmail.com>
Fri, 26 Jul 2019 21:25:08 +0000
(17:25 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 26 Jul 2019 21:25:08 +0000
(17:25 -0400)
* src/keyboard.c (syms_of_keyboard) <last-command-event>: Reword docstring.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index f1815fd9cec90802bfb985ee443d9343ac871947..db5ca4e547e39f9127f023daa06bbac45fade365 100644
(file)
--- 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,