diff src/alloc.c @ 51974:111cc76606c6

(syms_of_alloc): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jul 2003 09:50:53 +0000
parents 20d4eb1de9b0
children b52e88c3d6d0
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);