guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-57-gda6ec


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-57-gda6ecd4
Date: Mon, 11 Aug 2014 02:57:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=da6ecd4923a8c5422e695604b2e06733a7ae074e

The branch, stable-2.0 has been updated
       via  da6ecd4923a8c5422e695604b2e06733a7ae074e (commit)
      from  b072b8e6924bb1a05ffb66bcbde30b375df5443f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da6ecd4923a8c5422e695604b2e06733a7ae074e
Author: David Kastrup <address@hidden>
Date:   Sun Aug 10 22:50:08 2014 -0400

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 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 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


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]