aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-11 13:14:54 +0000
committerGerd Moellmann2000-01-11 13:14:54 +0000
commite27b53f62f2bd216e85e1c83419fe41f7f8daab9 (patch)
treecdd6c82ecf6443679e7df8761b34fca6abd25f40 /src
parentfb0dde6c6209f004134543070bd658f3286f5a3b (diff)
downloademacs-e27b53f62f2bd216e85e1c83419fe41f7f8daab9.tar.gz
emacs-e27b53f62f2bd216e85e1c83419fe41f7f8daab9.zip
Add last change to doc string.
Diffstat (limited to 'src')
-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.'.")
8959 8959
8960DEFUN ("clear-this-command-keys", Fclear_this_command_keys, 8960DEFUN ("clear-this-command-keys", Fclear_this_command_keys,
8961 Sclear_this_command_keys, 0, 0, 0, 8961 Sclear_this_command_keys, 0, 0, 0,
8962 "Clear out the vector that `this-command-keys' returns.") 8962 "Clear out the vector that `this-command-keys' returns.\n\
8963Clear vector containing last 100 events.")
8963 () 8964 ()
8964{ 8965{
8965 int i; 8966 int i;