aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/internals.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi
index 76ba1043308..6cacc26b85b 100644
--- a/lispref/internals.texi
+++ b/lispref/internals.texi
@@ -345,6 +345,12 @@ operating system, but that are not currently being used.
345@end table 345@end table
346@end deffn 346@end deffn
347 347
348@defopt garbage-collection-messages
349If this variable is non-@code{nil}, Emacs displays a message at the
350beginning and end of garbage collection. The default value is
351@code{nil}, meaning there are no such messages.
352@end defopt
353
348@defopt gc-cons-threshold 354@defopt gc-cons-threshold
349The value of this variable is the number of bytes of storage that must 355The value of this variable is the number of bytes of storage that must
350be allocated for Lisp objects after one garbage collection in order to 356be allocated for Lisp objects after one garbage collection in order to