From e27b53f62f2bd216e85e1c83419fe41f7f8daab9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 11 Jan 2000 13:14:54 +0000 Subject: [PATCH] Add last change to doc string. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 8b4bbe8606a..c5a760b623c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -8959,7 +8959,8 @@ appears in the echo area and in the value of `this-command-keys.'.") DEFUN ("clear-this-command-keys", Fclear_this_command_keys, Sclear_this_command_keys, 0, 0, 0, - "Clear out the vector that `this-command-keys' returns.") + "Clear out the vector that `this-command-keys' returns.\n\ +Clear vector containing last 100 events.") () { int i; -- 2.39.5