diff options
| author | Richard M. Stallman | 2003-07-21 09:50:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-21 09:50:53 +0000 |
| commit | e74154871eadf20eef279d27c41c6b1357b6b3d6 (patch) | |
| tree | cdb7c745c60e111248377b571a5678317417a661 /src/alloc.c | |
| parent | cbdbef2dc1be71c9aca77ea0b8db5d37b956c3eb (diff) | |
| download | emacs-e74154871eadf20eef279d27c41c6b1357b6b3d6.tar.gz emacs-e74154871eadf20eef279d27c41c6b1357b6b3d6.zip | |
(syms_of_alloc): Doc fixes.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 6 |
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. |
| 5764 | The time is in seconds as a floating point value. | 5764 | The time is in seconds as a floating point value. */); |
| 5765 | Programs 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. */); |
| 5768 | Programs may reset this to get statistics in a specific period. */); | ||
| 5769 | 5767 | ||
| 5770 | defsubr (&Scons); | 5768 | defsubr (&Scons); |
| 5771 | defsubr (&Slist); | 5769 | defsubr (&Slist); |