emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 0404924930d: ; One more improvement to ELisp "internals" append


From: Eli Zaretskii
Subject: emacs-29 0404924930d: ; One more improvement to ELisp "internals" appendix.
Date: Sat, 11 Mar 2023 12:31:05 -0500 (EST)

branch: emacs-29
commit 0404924930d9ba021bcbee5f53b3257a86744c2e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; One more improvement to ELisp "internals" appendix.
---
 doc/lispref/internals.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 428d016b274..e896c69bc38 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -566,7 +566,8 @@ recommend against increasing the threshold for prolonged 
periods of
 time, and advise that you never set it higher than needed for the
 program to run in reasonable time.  Using thresholds higher than
 necessary could potentially cause higher system-wide memory pressure,
-and should therefore be avoided.
+and also make each garbage-collection cycle take much more time, and
+should therefore be avoided.
 
 You can make collections more frequent by specifying a smaller value, down
 to 1/10th of @code{GC_DEFAULT_THRESHOLD}.  A value less than this minimum



reply via email to

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