]> git.eshelyaron.com Git - emacs.git/commitdiff
Add last change to doc string.
authorGerd Moellmann <gerd@gnu.org>
Tue, 11 Jan 2000 13:14:54 +0000 (13:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 11 Jan 2000 13:14:54 +0000 (13:14 +0000)
src/keyboard.c

index 8b4bbe8606a39283974741ed8523be6e3805997d..c5a760b623c0b70c0a5afff2aa0221898894da5a 100644 (file)
@@ -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;