From 1995b2ffd566987e433df9faeb2314771ad1b1c5 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 2 Feb 2013 19:38:01 -0800 Subject: [PATCH] fix doc mistake Closes PR 13482 --- collects/scribblings/inside/misc.scrbl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/collects/scribblings/inside/misc.scrbl b/collects/scribblings/inside/misc.scrbl index 5b1fdb48f3..76dcfa2dde 100644 --- a/collects/scribblings/inside/misc.scrbl +++ b/collects/scribblings/inside/misc.scrbl @@ -35,8 +35,6 @@ Like @cpp{scheme_equal}, but accepts an extra value for cycle tracking. This procedure is meant to be called by a procedure installed with @cpp{scheme_set_type_equality}.} -Returns 1 if the Racket values are @racket[equal?].} - @function[(intptr_t scheme_equal_hash_key [Scheme_Object* obj])]{ @@ -55,8 +53,6 @@ Like @cpp{scheme_equal_hash_key}, but accepts an extra value for cycle tracking. This procedure is meant to be called by a hashing procedure installed with @cpp{scheme_set_type_equality}.} -Returns the primary @racket[equal?]-hash key for @var{obj}.} - @function[(intptr_t scheme_recur_equal_hash_key2 [Scheme_Object* obj] [void* cycle_data])]{