aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/internals.texi1
2 files changed, 5 insertions, 0 deletions
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 @@
12014-07-11 Eli Zaretskii <eliz@gnu.org>
2
3 * internals.texi (Garbage Collection): Fix last change.
4
12014-07-11 Dmitry Antipov <dmantipov@yandex.ru> 52014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 * internals.texi (Garbage Collection): Mention memory-info. 7 * 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.
516@defun memory-info 516@defun memory-info
517This functions returns an amount of total system memory and how much 517This functions returns an amount of total system memory and how much
518of it is free. On an unsupported system, the value may be @code{nil}. 518of it is free. On an unsupported system, the value may be @code{nil}.
519@end defun
519 520
520@defvar gcs-done 521@defvar gcs-done
521This variable contains the total number of garbage collections 522This variable contains the total number of garbage collections