diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-15 14:03:53 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-15 14:03:53 +0000 |
commit | 198586ed746e9a0288a443cb1c0b335e244461b9 (patch) | |
tree | 9c502f34575ef4854a46c4b139a01e4f86b338ed /doc/ref/scheme-memory.texi | |
parent | a6d344d3475e5e2731ef62bac34626b875273d79 (diff) | |
download | guile-198586ed746e9a0288a443cb1c0b335e244461b9.tar.gz |
Manual updates.
Diffstat (limited to 'doc/ref/scheme-memory.texi')
-rw-r--r-- | doc/ref/scheme-memory.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-memory.texi b/doc/ref/scheme-memory.texi index 9ffb9a341..af0088692 100644 --- a/doc/ref/scheme-memory.texi +++ b/doc/ref/scheme-memory.texi @@ -199,8 +199,8 @@ as soon as the value is no longer in use. Entries in a doubly weak hash disappear when either the key or the value are not used anywhere else anymore. -Property lists offer the same kind of functionality as weak key hashes -in many situations. (@pxref{Property Lists}) +Object properties offer the same kind of functionality as weak key +hashes in many situations. (@pxref{Object Properties}) Here's an example (a little bit strained perhaps, but one of the examples is actually used in Guile): |