# HG changeset patch # User Richard M. Stallman # Date 1193214181 0 # Node ID b68f875d7f686e7597c1b4d7d5a425a8dbc2a5c7 # Parent 588d507a3ebfd16dd6c84578696001c44c5ba936 (Fcurrent_idle_time): Doc fix. diff -r 588d507a3ebf -r b68f875d7f68 src/keyboard.c --- a/src/keyboard.c Wed Oct 24 08:22:35 2007 +0000 +++ b/src/keyboard.c Wed Oct 24 08:23:01 2007 +0000 @@ -4612,12 +4612,14 @@ } DEFUN ("current-idle-time", Fcurrent_idle_time, Scurrent_idle_time, 0, 0, 0, - doc: /* Return the current length of Emacs idleness. -The value is returned as a list of three integers. The first has the + doc: /* Return the current length of Emacs idleness, or nil. +The value when Emacs is idle is a list of three integers. The first has the most significant 16 bits of the seconds, while the second has the least significant 16 bits. The third integer gives the microsecond count. +The value when Emacs is not idle is nil. + The microsecond count is zero on systems that do not provide resolution finer than a second. */) ()