comparison src/alloc.c @ 51974:111cc76606c6

(syms_of_alloc): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jul 2003 09:50:53 +0000
parents 20d4eb1de9b0
children b52e88c3d6d0
comparison
equal deleted inserted replaced
51973:a37ed2c7f8c0 51974:111cc76606c6
5759 staticpro (&Qchar_table_extra_slots); 5759 staticpro (&Qchar_table_extra_slots);
5760 Qchar_table_extra_slots = intern ("char-table-extra-slots"); 5760 Qchar_table_extra_slots = intern ("char-table-extra-slots");
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);
5772 defsubr (&Svector); 5770 defsubr (&Svector);
5773 defsubr (&Smake_byte_code); 5771 defsubr (&Smake_byte_code);