aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-21 09:50:53 +0000
committerRichard M. Stallman2003-07-21 09:50:53 +0000
commite74154871eadf20eef279d27c41c6b1357b6b3d6 (patch)
treecdb7c745c60e111248377b571a5678317417a661 /src/alloc.c
parentcbdbef2dc1be71c9aca77ea0b8db5d37b956c3eb (diff)
downloademacs-e74154871eadf20eef279d27c41c6b1357b6b3d6.tar.gz
emacs-e74154871eadf20eef279d27c41c6b1357b6b3d6.zip
(syms_of_alloc): Doc fixes.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c6
1 files 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. */);
5761 5761
5762 DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed, 5762 DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,
5763 doc: /* Accumulated time elapsed in garbage collections. 5763 doc: /* Accumulated time elapsed in garbage collections.
5764The time is in seconds as a floating point value. 5764The time is in seconds as a floating point value. */);
5765Programs may reset this to get statistics in a specific period. */);
5766 DEFVAR_INT ("gcs-done", &gcs_done, 5765 DEFVAR_INT ("gcs-done", &gcs_done,
5767 doc: /* Accumulated number of garbage collections done. 5766 doc: /* Accumulated number of garbage collections done. */);
5768Programs may reset this to get statistics in a specific period. */);
5769 5767
5770 defsubr (&Scons); 5768 defsubr (&Scons);
5771 defsubr (&Slist); 5769 defsubr (&Slist);