diff options
| author | Eli Zaretskii | 2014-07-11 15:49:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-11 15:49:49 +0300 |
| commit | ca849522fe8484b111d6f3a244ff7ef4fa97fa99 (patch) | |
| tree | 9e3c66de3cc52088e2816bf3d4bdec0a942b4f8e | |
| parent | fb96e203d8830bc40eb2f5b599f24c606efcd4b3 (diff) | |
| download | emacs-ca849522fe8484b111d6f3a244ff7ef4fa97fa99.tar.gz emacs-ca849522fe8484b111d6f3a244ff7ef4fa97fa99.zip | |
doc/lispref/internals.texi (Garbage Collection): Fix last change.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/internals.texi | 1 |
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 @@ | |||
| 1 | 2014-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * internals.texi (Garbage Collection): Fix last change. | ||
| 4 | |||
| 1 | 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2014-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 |
| 517 | This functions returns an amount of total system memory and how much | 517 | This functions returns an amount of total system memory and how much |
| 518 | of it is free. On an unsupported system, the value may be @code{nil}. | 518 | of 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 |
| 521 | This variable contains the total number of garbage collections | 522 | This variable contains the total number of garbage collections |