# HG changeset patch # User Richard M. Stallman # Date 1058781053 0 # Node ID 111cc76606c6fd44aa3f467babff1f684b152825 # Parent a37ed2c7f8c03bb2c41e4f1d3ea9f30451400d62 (syms_of_alloc): Doc fixes. diff -r a37ed2c7f8c0 -r 111cc76606c6 src/alloc.c --- 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);