diff options
author | David Kastrup <dak@gnu.org> | 2014-08-10 22:50:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-10 22:55:25 -0400 |
commit | da6ecd4923a8c5422e695604b2e06733a7ae074e (patch) | |
tree | f8a9aefd6e7b427358fb9a11cb37675b15b72401 /doc/ref/api-utility.texi | |
parent | b072b8e6924bb1a05ffb66bcbde30b375df5443f (diff) | |
download | guile-da6ecd4923a8c5422e695604b2e06733a7ae074e.tar.gz |
Clarify that object-properties cannot be reliably applied to numbers.
* doc/ref/api-utility.texi (Object Properties)[make-object-property]:
Clarify that object-properties cannot be reliably applied to numbers.
Signed-off-by: David Kastrup <dak@gnu.org>
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index ffdf27687..e2b60e2f9 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -222,7 +222,7 @@ setting of @var{obj}'s @var{property}. A single object property created by @code{make-object-property} can associate distinct property values with all Scheme values that are -distinguishable by @code{eq?} (including, for example, integers). +distinguishable by @code{eq?} (ruling out numeric values). Internally, object properties are implemented using a weak key hash table. This means that, as long as a Scheme value with property values |