(Garbage Collection): Fix previous change.

This commit is contained in:
Markus Rost 2003-07-22 16:15:25 +00:00
parent 7f856567ea
commit f0514b34ed
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-07-22 Markus Rost <rost@math.ohio-state.edu>
* internals.texi (Garbage Collection): Fix previous change.
2003-07-22 Richard M. Stallman <rms@gnu.org>
* files.texi (Truenames): Add LIMIT arg to file-chase-links.

View file

@ -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