mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 17:56:41 -04:00
; Fix doc string of 'current-idle-time'
* src/keyboard.c (Fcurrent_idle_time): Doc fix (bug#65512).
This commit is contained in:
parent
02532bb582
commit
f3fa436bc0
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue