diff --git a/collects/framework/gui-utils.ss b/collects/framework/gui-utils.ss index 20f5b20ecf..0828c14f39 100644 --- a/collects/framework/gui-utils.ss +++ b/collects/framework/gui-utils.ss @@ -407,7 +407,7 @@ (-> void?) (-> void?) . -> . - void?) + (-> void?)) (delay-time open close) @{Use this function to delay an action for some period of time. It also supports cancelling the action before the time period elapses. For