mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
Describe garbage-collection-messages.
This commit is contained in:
parent
48a58303e6
commit
d64c55d875
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user