projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02532bb
)
; Fix doc string of 'current-idle-time'
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Aug 2023 05:53:21 +0000
(08:53 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Aug 2023 05:53:21 +0000
(08:53 +0300)
* src/keyboard.c (Fcurrent_idle_time): Doc fix (bug#65512).
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 101a6f3a78e181bb1ac4b01dfcb5f797ed53e854..06b678a4b005fbec82c6c653cd405f373e01053a 100644
(file)
--- 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))