From: Richard M. Stallman Date: Mon, 21 Jul 2003 09:50:53 +0000 (+0000) Subject: (syms_of_alloc): Doc fixes. X-Git-Tag: ttn-vms-21-2-B4~9295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e74154871eadf20eef279d27c41c6b1357b6b3d6;p=emacs.git (syms_of_alloc): Doc fixes. --- 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);