]> git.eshelyaron.com Git - emacs.git/commitdiff
(Garbage Collection): Fix previous change.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 22 Jul 2003 16:15:25 +0000 (16:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 22 Jul 2003 16:15:25 +0000 (16:15 +0000)
lispref/ChangeLog
lispref/internals.texi

index d06f67e0104c1b5f119ae83ece6d901d4a065523..41a575819e75dcad4073bd148fc8c91aeb5e7bac 100644 (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.
index 31143891db3814475dcc1eefbbfbf7559759ec0c..e5d6aedad227ccd5c2fe98f101ee220ceef84c07 100644 (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