diff options
| -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. | |||
| 345 | @end table | 345 | @end table |
| 346 | @end deffn | 346 | @end deffn |
| 347 | 347 | ||
| 348 | @defopt garbage-collection-messages | ||
| 349 | If this variable is non-@code{nil}, Emacs displays a message at the | ||
| 350 | beginning 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 |
| 349 | The value of this variable is the number of bytes of storage that must | 355 | The value of this variable is the number of bytes of storage that must |
| 350 | be allocated for Lisp objects after one garbage collection in order to | 356 | be allocated for Lisp objects after one garbage collection in order to |