]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify "idleness" in the ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Apr 2022 06:48:15 +0000 (09:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Apr 2022 06:48:15 +0000 (09:48 +0300)
* doc/lispref/os.texi (Idle Timers): Clarify that waiting for
input with timeout doesn't make Emacs idle.  Suggested by Ignacio
<ignaciocasso@hotmail.com>.  (Bug#54371)

doc/lispref/os.texi

index b1c19e384be5665d34529a68262322e2d9f5adbe..96cfff3f89b1e59f016b96897eb0aa2fa21ec82c 100644 (file)
@@ -2284,7 +2284,8 @@ can use in calling @code{cancel-timer} (@pxref{Timers}).
 @end deffn
 
 @cindex idleness
-  Emacs becomes @dfn{idle} when it starts waiting for user input, and
+  Emacs becomes @dfn{idle} when it starts waiting for user input
+(unless it waits for input with a timeout, @pxref{Reading One Event}), and
 it remains idle until the user provides some input.  If a timer is set
 for five seconds of idleness, it runs approximately five seconds after
 Emacs first becomes idle.  Even if @var{repeat} is non-@code{nil},