aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-23 15:50:58 +0000
committerRichard M. Stallman1996-07-23 15:50:58 +0000
commitd64c55d87519cf1a07e2e29d48708806eed95cda (patch)
treea6e224a3c3f62052c1dd8c48a23d912408bb8033 /lispref
parent48a58303e68b47d79f5748f0a29bfc6708335037 (diff)
downloademacs-d64c55d87519cf1a07e2e29d48708806eed95cda.tar.gz
emacs-d64c55d87519cf1a07e2e29d48708806eed95cda.zip
Describe garbage-collection-messages.
Diffstat (limited to 'lispref')
-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