summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-memory.texi
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2002-08-10 14:09:55 +0000
committerGary Houston <ghouston@arglist.com>2002-08-10 14:09:55 +0000
commitf631e15e2cb51a2644517e408251df1b580be5e1 (patch)
treecacaa38ab96e557e6c7ddd615301e4e858ab9225 /doc/ref/scheme-memory.texi
parentbe3ff02158f2bee16b1cf8a8419ba80613172ee1 (diff)
downloadguile-f631e15e2cb51a2644517e408251df1b580be5e1.tar.gz
* new section Primitive Procedures, documentation for
scm_c_make_gsubr and scm_c_define_gsubr.
Diffstat (limited to 'doc/ref/scheme-memory.texi')
-rw-r--r--doc/ref/scheme-memory.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/scheme-memory.texi b/doc/ref/scheme-memory.texi
index 5f19bcb38..3cfcc6e98 100644
--- a/doc/ref/scheme-memory.texi
+++ b/doc/ref/scheme-memory.texi
@@ -39,6 +39,7 @@ explicitly. It is called automatically when appropriate.
@deffnx {C Function} scm_gc_stats ()
Return an association list of statistics about Guile's current
use of storage.
+
@end deffn