]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_alloc): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Jul 2003 09:50:53 +0000 (09:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Jul 2003 09:50:53 +0000 (09:50 +0000)
src/alloc.c

index ea93ba0070af6ff753f06bebefe417b0a8e12fb5..7a27055e2bd2d9fa7c92d797e3740af2980b77d8 100644 (file)
@@ -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);