diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index ea13c7f5bcd..5f2b7afe6d1 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -9968,7 +9968,7 @@ If CHECK-TIMERS is non-nil, timers that are ready to run will do so. */) | |||
| 9968 | DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 1, 0, | 9968 | DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 1, 0, |
| 9969 | doc: /* Return vector of last few events, not counting those from keyboard macros. | 9969 | doc: /* Return vector of last few events, not counting those from keyboard macros. |
| 9970 | If INCLUDE-CMDS is non-nil, include the commands that were run, | 9970 | If INCLUDE-CMDS is non-nil, include the commands that were run, |
| 9971 | represented as events of the form (nil . COMMAND). */) | 9971 | represented as pseudo-events of the form (nil . COMMAND). */) |
| 9972 | (Lisp_Object include_cmds) | 9972 | (Lisp_Object include_cmds) |
| 9973 | { | 9973 | { |
| 9974 | bool cmds = !NILP (include_cmds); | 9974 | bool cmds = !NILP (include_cmds); |