From e74154871eadf20eef279d27c41c6b1357b6b3d6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Jul 2003 09:50:53 +0000 Subject: [PATCH] (syms_of_alloc): Doc fixes. --- src/alloc.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/alloc.c b/src/alloc.c index ea93ba0070a..7a27055e2bd 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -5761,11 +5761,9 @@ which includes both saved text and other data. */); 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); -- 2.39.2