diff options
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 4a902123e..edc002bd9 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -138,7 +138,7 @@ 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, array or structure, @code{equal?} compares the -contents, and does so using using the same @code{equal?} recursively, +contents, and does so using the same @code{equal?} recursively, so a deep structure can be traversed. @example @@ -819,7 +819,7 @@ accessible from C with the name @code{scm_after_gc_hook}.) @end defvr All the C hooks listed here have type @code{SCM_C_HOOK_NORMAL}, are -initialized with hook closure data NULL, are are invoked by +initialized with hook closure data NULL, are invoked by @code{scm_c_hook_run} with call closure data NULL. @cindex guardians, testing for GC'd objects |