branch: externals/emacs-gc-stats
commit 56157c6ff88e778794bb04a41f8964ce605a855a
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@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