diff options
author | Marius Vollmer <mvo@zagadka.de> | 2006-01-29 00:23:28 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2006-01-29 00:23:28 +0000 |
commit | 661ae7ab6be5aec4d6107902cff94dbb8952a24a (patch) | |
tree | d3e367c7f0dfd442645c5c2e1c87f4f4a7fc54c5 /doc/ref/api-memory.texi | |
parent | 15ccf10bf2d7cb15ec46f2eb62c6eb86827c9108 (diff) | |
download | guile-661ae7ab6be5aec4d6107902cff94dbb8952a24a.tar.gz |
Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts. Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi index 81f754829..32d39982c 100644 --- a/doc/ref/api-memory.texi +++ b/doc/ref/api-memory.texi @@ -124,8 +124,8 @@ in place of @code{realloc} when appropriate, and @code{scm_gc_calloc} and @code{scm_calloc}, to be used in place of @code{calloc} when appropriate. -The function @code{scm_frame_free} can be useful when memory should be -freed when a frame is left, @xref{Frames}. +The function @code{scm_dynwind_free} can be useful when memory should +be freed when a dynwind context, @xref{Dynamic Wind}. For really specialized needs, take at look at @code{scm_gc_register_collectable_memory} and |