diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
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 | ||
| 8960 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys, | 8960 | DEFUN ("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\ |
| 8963 | Clear vector containing last 100 events.") | ||
| 8963 | () | 8964 | () |
| 8964 | { | 8965 | { |
| 8965 | int i; | 8966 | int i; |