mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
Describe garbage-collection-messages.
This commit is contained in:
parent
48a58303e6
commit
d64c55d875
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue