diff --git a/collects/framework/framework.ss b/collects/framework/framework.ss index b48e408d..dd8c217d 100644 --- a/collects/framework/framework.ss +++ b/collects/framework/framework.ss @@ -101,7 +101,8 @@ (opt-> (symbol? (symbol? any? . -> . any?)) (boolean?) (-> void?)) - (p f (weak? #f)) + ((p f) + ((weak? #f))) "This function adds a callback which is called with a symbol naming a" "preference and it's value, when the preference changes." "\\rawscm{preferences:add-callback} returns a thunk, which when"