1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

* src/keyboard.c (Fclear_this_command_keys): Doc fix.

This commit is contained in:
Eli Zaretskii 2020-06-27 11:35:34 +03:00
parent b9abf5ceb2
commit 0121db2702

View File

@ -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)
{