changeset 51974:111cc76606c6

(syms_of_alloc): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jul 2003 09:50:53 +0000
parents a37ed2c7f8c0
children 8e3081e72d0c
files src/alloc.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Mon Jul 21 07:17:51 2003 +0000
+++ b/src/alloc.c	Mon Jul 21 09:50:53 2003 +0000
@@ -5761,11 +5761,9 @@
 
   DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,
 	       doc: /* Accumulated time elapsed in garbage collections.
-The time is in seconds as a floating point value.
-Programs may reset this to get statistics in a specific period.  */);
+The time is in seconds as a floating point value.  */);
   DEFVAR_INT ("gcs-done", &gcs_done,
-	      doc: /* Accumulated number of garbage collections done.
-Programs may reset this to get statistics in a specific period.  */);
+	      doc: /* Accumulated number of garbage collections done.  */);
 
   defsubr (&Scons);
   defsubr (&Slist);