diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-23 15:50:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-23 15:50:58 +0000 |
commit | d64c55d87519cf1a07e2e29d48708806eed95cda (patch) | |
tree | a6e224a3c3f62052c1dd8c48a23d912408bb8033 /lispref | |
parent | 48a58303e68b47d79f5748f0a29bfc6708335037 (diff) | |
download | emacs-d64c55d87519cf1a07e2e29d48708806eed95cda.tar.gz |
Describe garbage-collection-messages.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/internals.texi | 6 |
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. @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 |