From: Eli Zaretskii Date: Fri, 11 Jul 2014 12:49:49 +0000 (+0300) Subject: doc/lispref/internals.texi (Garbage Collection): Fix last change. X-Git-Tag: emacs-25.0.90~2636^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca849522fe8484b111d6f3a244ff7ef4fa97fa99;p=emacs.git doc/lispref/internals.texi (Garbage Collection): Fix last change. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5f7e00a4f10..58548077d3d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2014-07-11 Eli Zaretskii + + * internals.texi (Garbage Collection): Fix last change. + 2014-07-11 Dmitry Antipov * internals.texi (Garbage Collection): Mention memory-info. 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