diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-07-11 15:49:49 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-07-11 15:49:49 +0300 |
commit | ca849522fe8484b111d6f3a244ff7ef4fa97fa99 (patch) | |
tree | 9e3c66de3cc52088e2816bf3d4bdec0a942b4f8e /doc/lispref/internals.texi | |
parent | fb96e203d8830bc40eb2f5b599f24c606efcd4b3 (diff) | |
download | emacs-ca849522fe8484b111d6f3a244ff7ef4fa97fa99.tar.gz |
doc/lispref/internals.texi (Garbage Collection): Fix last change.
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 626ecad7f42..3d85b474d4b 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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 |