summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-11 13:14:54 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-11 13:14:54 +0000
commite27b53f62f2bd216e85e1c83419fe41f7f8daab9 (patch)
treecdd6c82ecf6443679e7df8761b34fca6abd25f40 /src/keyboard.c
parentfb0dde6c6209f004134543070bd658f3286f5a3b (diff)
downloademacs-e27b53f62f2bd216e85e1c83419fe41f7f8daab9.tar.gz
Add last change to doc string.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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;