emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 f3fa436bc0f: ; Fix doc string of 'current-idle-time'


From: Eli Zaretskii
Subject: emacs-29 f3fa436bc0f: ; Fix doc string of 'current-idle-time'
Date: Fri, 25 Aug 2023 01:53:31 -0400 (EDT)

branch: emacs-29
commit f3fa436bc0f1697457335127d5acb0c57e50afae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix doc string of 'current-idle-time'
    
    * src/keyboard.c (Fcurrent_idle_time): Doc fix (bug#65512).
---
 src/keyboard.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
 
 The value when Emacs is not idle is nil.
 
-PSEC is a multiple of the system clock resolution.  */)
+If the value is a list of four integers (HIGH LOW USEC PSEC), then PSEC
+is a multiple of the system clock resolution.  */)
   (void)
 {
   if (timespec_valid_p (timer_idleness_start_time))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]