From 46c981bcdf7cea98ec39f2ef8e8dfe22bfa34f15 Mon Sep 17 00:00:00 2001 From: James Swaine Date: Sun, 12 Feb 2012 20:42:05 -0600 Subject: [PATCH] Clarified futures-enabled? documentation --- collects/scribblings/reference/futures.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/futures.scrbl b/collects/scribblings/reference/futures.scrbl index ef6e862aaa..8b7a6abcf7 100644 --- a/collects/scribblings/reference/futures.scrbl +++ b/collects/scribblings/reference/futures.scrbl @@ -72,8 +72,8 @@ execute through a call to @racket[touch], however. ]} @defproc[(futures-enabled?) boolean?]{ - Returns whether futures are enabled in the current - Racket build. + Returns whether parallel support for futures is enabled + in the current Racket configuration. } @defproc[(current-future) (or/c #f future?)]{