emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/with-simulated-input 004218b75c 023/134: Add more info to


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 004218b75c 023/134: Add more info to docstring for wsi-simulated-idle-time
Date: Mon, 10 Jan 2022 23:00:00 -0500 (EST)

branch: elpa/with-simulated-input
commit 004218b75c318557fe03b457ad418f2c80704e93
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Add more info to docstring for wsi-simulated-idle-time
---
 with-simulated-input.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/with-simulated-input.el b/with-simulated-input.el
index 5eb8bdf8c8..f34df0c2ed 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -225,9 +225,11 @@ simulated idle time to be returned instead of the real 
value."
   "Run all idle timers with delay less than SECS.
 
 This simulates resetting the idle time to zero and then being
-idle for SECS seconds. If ACTUALLY-WAIT is non-nil, this function
-will also wait for the specified amount of time before running
-each timers.
+idle for SECS seconds. Hence calling this function twice with
+SECS = 1 is not equivalent to 2 seconds of idle time.
+
+If ACTUALLY-WAIT is non-nil, this function will also wait for the
+specified amount of time before running each timer.
 
 If SECS is nil, simulate enough idle time to run each timer in
 `timer-idle-list' at least once. (It's possible that some timers



reply via email to

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