aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-08-25 08:53:21 +0300
committerEli Zaretskii2023-08-25 08:53:21 +0300
commitf3fa436bc0f1697457335127d5acb0c57e50afae (patch)
treebaae9eea7f138487014f59938d748d3e5d7c9d9a /src
parent02532bb5821b720e0207d8bbf76941bfba8cabd4 (diff)
downloademacs-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.c3
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
4768The value when Emacs is not idle is nil. 4768The value when Emacs is not idle is nil.
4769 4769
4770PSEC is a multiple of the system clock resolution. */) 4770If the value is a list of four integers (HIGH LOW USEC PSEC), then PSEC
4771is 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))