From: Gerd Moellmann Date: Tue, 11 Jan 2000 13:14:54 +0000 (+0000) Subject: Add last change to doc string. X-Git-Tag: emacs-pretest-21.0.90~5393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e27b53f62f2bd216e85e1c83419fe41f7f8daab9;p=emacs.git Add last change to doc string. --- 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;