diff options
| author | Eli Zaretskii | 2023-08-25 08:53:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-08-25 08:53:21 +0300 |
| commit | f3fa436bc0f1697457335127d5acb0c57e50afae (patch) | |
| tree | baae9eea7f138487014f59938d748d3e5d7c9d9a /src | |
| parent | 02532bb5821b720e0207d8bbf76941bfba8cabd4 (diff) | |
| download | emacs-f3fa436bc0f1697457335127d5acb0c57e50afae.tar.gz emacs-f3fa436bc0f1697457335127d5acb0c57e50afae.zip | |
; Fix doc string of 'current-idle-time'
* src/keyboard.c (Fcurrent_idle_time): Doc fix (bug#65512).
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 101a6f3a78e..06b678a4b00 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4767,7 +4767,8 @@ The value when Emacs is idle is a Lisp timestamp in the style of | |||
| 4767 | 4767 | ||
| 4768 | The value when Emacs is not idle is nil. | 4768 | The value when Emacs is not idle is nil. |
| 4769 | 4769 | ||
| 4770 | PSEC is a multiple of the system clock resolution. */) | 4770 | If the value is a list of four integers (HIGH LOW USEC PSEC), then PSEC |
| 4771 | is a multiple of the system clock resolution. */) | ||
| 4771 | (void) | 4772 | (void) |
| 4772 | { | 4773 | { |
| 4773 | if (timespec_valid_p (timer_idleness_start_time)) | 4774 | if (timespec_valid_p (timer_idleness_start_time)) |