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 | a879204f4c0787d2e20a04722cb8cb7724ad791f (patch) | |
tree | 79f235694e2e457d4c077abda39c68775ede274a /lispref | |
parent | 07e8ed1ce1454a5a17b1f4869d8e93175857019d (diff) | |
download | emacs-a879204f4c0787d2e20a04722cb8cb7724ad791f.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 |