From: Markus Rost Date: Tue, 22 Jul 2003 16:15:25 +0000 (+0000) Subject: (Garbage Collection): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~9267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0514b34ed6211eb2491f9eb16f460b1b1d5ad11;p=emacs.git (Garbage Collection): Fix previous change. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d06f67e0104..41a575819e7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2003-07-22 Markus Rost + + * internals.texi (Garbage Collection): Fix previous change. + 2003-07-22 Richard M. Stallman * files.texi (Truenames): Add LIMIT arg to file-chase-links. diff --git a/lispref/internals.texi b/lispref/internals.texi index 31143891db3..e5d6aedad22 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -385,13 +385,13 @@ memory usage. @defvar gcs-done This variable contains the total number of garbage collections done so far in this Emacs session. -@end defun +@end defvar @defvar gc-elapsed This variable contains the total number of seconds of elapsed time during garbage collection so far in this Emacs session, as a floating point number. -@end defun +@end defvar @node Memory Usage @section Memory Usage