# HG changeset patch # User Gerd Moellmann # Date 947596494 0 # Node ID 5cb23a4c67749285265199b95eb8c7d7436992fd # Parent 8ef20d572a68f82e5ecf7ec0521f5f4d69f3da08 Add last change to doc string. diff -r 8ef20d572a68 -r 5cb23a4c6774 src/keyboard.c --- a/src/keyboard.c Tue Jan 11 13:11:14 2000 +0000 +++ b/src/keyboard.c Tue Jan 11 13:14:54 2000 +0000 @@ -8959,7 +8959,8 @@ 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;