From f0514b34ed6211eb2491f9eb16f460b1b1d5ad11 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 22 Jul 2003 16:15:25 +0000 Subject: [PATCH] (Garbage Collection): Fix previous change. --- lispref/ChangeLog | 4 ++++ lispref/internals.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2