unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#18223: [PATCH] Fix thinko concerning object property docs
@ 2014-08-08 13:42 David Kastrup
  2014-08-09  9:46 ` bug#18223: Duplicate of issue 14792 David Kastrup
  2014-08-09 10:20 ` bug#18223: And here's direct proof that the doc is wrong: David Kastrup
  0 siblings, 2 replies; 6+ messages in thread
From: David Kastrup @ 2014-08-08 13:42 UTC (permalink / raw)
  To: 18223; +Cc: David Kastrup

Numeric values cannot reliably be distinguished using eq? and have no
guaranteed object identity.

Signed-off-by: David Kastrup <dak@gnu.org>
---
 doc/ref/api-utility.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi
index ffdf276..e2b60e2 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
-- 
1.9.1






^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-11  3:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-08 13:42 bug#18223: [PATCH] Fix thinko concerning object property docs David Kastrup
2014-08-09  9:46 ` bug#18223: Duplicate of issue 14792 David Kastrup
2014-08-09 12:16   ` Nala Ginrut
2014-08-09 12:21     ` David Kastrup
2014-08-11  3:00   ` bug#14792: " Mark H Weaver
2014-08-09 10:20 ` bug#18223: And here's direct proof that the doc is wrong: David Kastrup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).