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:
parent
b9abf5ceb2
commit
0121db2702
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user