summaryrefslogtreecommitdiff
path: root/doc/ref/api-utility.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2006-06-16 07:39:59 +0000
committerLudovic Courtès <ludo@gnu.org>2006-06-16 07:39:59 +0000
commit42be21d82afbede08c86bcde8203d1c94fdbd56e (patch)
tree991953d06538fe6d96689f39894a6d4641264fb1 /doc/ref/api-utility.texi
parentad97642e70962bb9ce5a21311f86a1db772189e0 (diff)
downloadguile-42be21d82afbede08c86bcde8203d1c94fdbd56e.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r--doc/ref/api-utility.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi
index 9f6766c71..4a902123e 100644
--- a/doc/ref/api-utility.texi
+++ b/doc/ref/api-utility.texi
@@ -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.