changeset 52006:b1b3a648691c

(Garbage Collection): Fix previous change.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 22 Jul 2003 16:15:25 +0000
parents 3e9cb0aeebe1
children 43cb913ddeef
files lispref/ChangeLog lispref/internals.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Tue Jul 22 16:12:45 2003 +0000
+++ b/lispref/ChangeLog	Tue Jul 22 16:15:25 2003 +0000
@@ -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.
--- a/lispref/internals.texi	Tue Jul 22 16:12:45 2003 +0000
+++ b/lispref/internals.texi	Tue Jul 22 16:15:25 2003 +0000
@@ -385,13 +385,13 @@
 @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