diff options
author | Gary Houston <ghouston@arglist.com> | 2002-08-10 14:09:55 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2002-08-10 14:09:55 +0000 |
commit | f631e15e2cb51a2644517e408251df1b580be5e1 (patch) | |
tree | cacaa38ab96e557e6c7ddd615301e4e858ab9225 /doc/ref/scheme-memory.texi | |
parent | be3ff02158f2bee16b1cf8a8419ba80613172ee1 (diff) | |
download | guile-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.texi | 1 |
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 |