changeset 27275:5cb23a4c6774

Add last change to doc string.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 11 Jan 2000 13:14:54 +0000
parents 8ef20d572a68
children 61772f3ab92f
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;