1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2006-06-16 07:39:59 +00:00
parent ad97642e70
commit 42be21d82a
2 changed files with 6 additions and 1 deletions

View 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

View 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.