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

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

[elpa] externals/emacs-gc-stats 4504beaba2 1/9: emacs-gc-stats-gc-defaul


From: ELPA Syncer
Subject: [elpa] externals/emacs-gc-stats 4504beaba2 1/9: emacs-gc-stats-gc-defaults: Add more details to the docstring
Date: Tue, 20 Jun 2023 09:58:23 -0400 (EDT)

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

    emacs-gc-stats-gc-defaults: Add more details to the docstring
---
 emacs-gc-stats.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el
index a520778c93..82dd83b873 100644
--- a/emacs-gc-stats.el
+++ b/emacs-gc-stats.el
@@ -54,7 +54,9 @@
   :type 'file)
 
 (defcustom emacs-gc-stats-gc-defaults nil
-  "GC strategy to be active in `emacs-gc-stats-mode'."
+  "GC strategy to be active in `emacs-gc-stats-mode'.
+This setting, when non-nil, will override the existing values of
+`gc-cons-threshold' and `gc-cons-percentage'."
   :type '(choice
          (const :tag "Do not change existing GC settings" nil)
           (const :tag "Force emacs defaults" emacs-defaults)))



reply via email to

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