emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 0121db2: * src/keyboard.c (Fclear_this_command_keys): Doc fix.


From: Eli Zaretskii
Subject: emacs-27 0121db2: * src/keyboard.c (Fclear_this_command_keys): Doc fix.
Date: Sat, 27 Jun 2020 04:36:09 -0400 (EDT)

branch: emacs-27
commit 0121db27021ce77350999b108b4e5aed21d73064
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * 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 bf1f5da..5f136f0 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]