doc/lispref/internals.texi (Garbage Collection): Fix last change.
This commit is contained in:
parent
fb96e203d8
commit
ca849522fe
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* internals.texi (Garbage Collection): Fix last change.
|
||||
|
||||
2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* internals.texi (Garbage Collection): Mention memory-info.
|
||||
|
|
|
@ -516,6 +516,7 @@ a certain kind of object. See the documentation string for details.
|
|||
@defun memory-info
|
||||
This functions returns an amount of total system memory and how much
|
||||
of it is free. On an unsupported system, the value may be @code{nil}.
|
||||
@end defun
|
||||
|
||||
@defvar gcs-done
|
||||
This variable contains the total number of garbage collections
|
||||
|
|
Loading…
Add table
Reference in a new issue