projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9abf5c
)
* src/keyboard.c (Fclear_this_command_keys): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jun 2020 08:35:34 +0000
(11:35 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jun 2020 08:35:34 +0000
(11:35 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index bf1f5da22d31846d8a6a8bfb283d4995d6ee58f4..5f136f03ecf85418e7703024529e9b5b4068e70d 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10539,7
+10539,7
@@
The value is always a vector. */)
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,
Sclear_this_command_keys, 0, 1, 0,
doc: /* Clear out the vector that `this-command-keys' returns.
-Also clear the record of the last
100
events, unless optional arg
+Also clear the record of the last
300 input
events, unless optional arg
KEEP-RECORD is non-nil. */)
(Lisp_Object keep_record)
{