Changes from arch/CVS synchronization
authorLudovic Courtès <ludo@gnu.org>
Fri, 16 Jun 2006 07:39:59 +0000 (07:39 +0000)
committerLudovic Courtès <ludo@gnu.org>
Fri, 16 Jun 2006 07:39:59 +0000 (07:39 +0000)
doc/ref/ChangeLog
doc/ref/api-utility.texi

index 3122bc3..d80fba4 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-16  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * api-utility.texi (Equality): Mentioned the behavior of `equal?'
+       for structures (as suggested by Kevin Ryde).
+
 2006-06-13  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * api-compound.texi (Structure Concepts): Mentioned the behavior
index 9f6766c..4a90212 100644 (file)
@@ -137,7 +137,7 @@ inexact number (even if their value is the same).
 Return @code{#t} if @var{x} and @var{y} are the same type, and their
 contents or value are equal.
 
-For a pair, string, vector or array, @code{equal?} compares the
+For a pair, string, vector, array or structure, @code{equal?} compares the
 contents, and does so using using the same @code{equal?} recursively,
 so a deep structure can be traversed.