From 0121db27021ce77350999b108b4e5aed21d73064 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Jun 2020 11:35:34 +0300 Subject: [PATCH] * src/keyboard.c (Fclear_this_command_keys): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index bf1f5da22d3..5f136f03ecf 100644 --- 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) { -- 2.39.5