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

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

[elpa] externals/emacs-gc-stats 56157c6ff8 5/9: * emacs-gc-stats.el (ema


From: ELPA Syncer
Subject: [elpa] externals/emacs-gc-stats 56157c6ff8 5/9: * emacs-gc-stats.el (emacs-gc-stats--idle-tic): Improve docstring
Date: Tue, 20 Jun 2023 09:58:24 -0400 (EDT)

branch: externals/emacs-gc-stats
commit 56157c6ff88e778794bb04a41f8964ce605a855a
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * emacs-gc-stats.el (emacs-gc-stats--idle-tic): Improve docstring
---
 emacs-gc-stats.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el
index a2ccfb78f1..7ff9f12fc9 100644
--- a/emacs-gc-stats.el
+++ b/emacs-gc-stats.el
@@ -213,7 +213,8 @@ Otherwise, collect symbol."
   "Delay in seconds to count idle time.")
 
 (defvar emacs-gc-stats--idle-tic 0
-  "Idle counter.")
+  "Idle counter.
+Idle time is counted with `emacs-gc-stats-idle-delay' granularity.")
 (defvar emacs-gc-stats--idle-timer nil
   "Time counting idle time.")
 (defun emacs-gc-stats-idle-tic ()



reply via email to

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