From ca849522fe8484b111d6f3a244ff7ef4fa97fa99 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Jul 2014 15:49:49 +0300 Subject: [PATCH] doc/lispref/internals.texi (Garbage Collection): Fix last change. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/internals.texi | 1 + 2 files changed, 5 insertions(+) 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 -- 2.11.4.GIT