diff options
| author | Eli Zaretskii | 2020-06-27 11:35:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-06-27 11:35:34 +0300 |
| commit | 0121db27021ce77350999b108b4e5aed21d73064 (patch) | |
| tree | 48acd0477e4bc6355556490ba169e2ad1b78e316 /src | |
| parent | b9abf5ceb2de9843eacafc7d004a9adbd060dfa8 (diff) | |
| download | emacs-0121db27021ce77350999b108b4e5aed21d73064.tar.gz emacs-0121db27021ce77350999b108b4e5aed21d73064.zip | |
* src/keyboard.c (Fclear_this_command_keys): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index bf1f5da22d3..5f136f03ecf 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10539,7 +10539,7 @@ The value is always a vector. */) | |||
| 10539 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys, | 10539 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys, |
| 10540 | Sclear_this_command_keys, 0, 1, 0, | 10540 | Sclear_this_command_keys, 0, 1, 0, |
| 10541 | doc: /* Clear out the vector that `this-command-keys' returns. | 10541 | doc: /* Clear out the vector that `this-command-keys' returns. |
| 10542 | Also clear the record of the last 100 events, unless optional arg | 10542 | Also clear the record of the last 300 input events, unless optional arg |
| 10543 | KEEP-RECORD is non-nil. */) | 10543 | KEEP-RECORD is non-nil. */) |
| 10544 | (Lisp_Object keep_record) | 10544 | (Lisp_Object keep_record) |
| 10545 | { | 10545 | { |