From d64c55d87519cf1a07e2e29d48708806eed95cda Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jul 1996 15:50:58 +0000 Subject: [PATCH] Describe garbage-collection-messages. --- lispref/internals.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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. @end table @end deffn +@defopt garbage-collection-messages +If this variable is non-@code{nil}, Emacs displays a message at the +beginning and end of garbage collection. The default value is +@code{nil}, meaning there are no such messages. +@end defopt + @defopt gc-cons-threshold The value of this variable is the number of bytes of storage that must be allocated for Lisp objects after one garbage collection in order to -- 2.11.4.GIT