From d9cc957624894a9961e310a657f4b5ce3a8499df Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 3 Jun 2008 18:18:17 +0000 Subject: [PATCH] minor fixes uncovered by test suites: svn: r10111 original commit: eec9d1e4bbe792b66df42f0c77f1c316b750442d --- collects/framework/main.ss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/collects/framework/main.ss b/collects/framework/main.ss index 39761f45..20fbdd3c 100644 --- a/collects/framework/main.ss +++ b/collects/framework/main.ss @@ -1502,4 +1502,16 @@ (-> printable/c (or/c false/c (is-a?/c style-delta%))) (marshalled-style-delta) @{Builds a style delta from its printed representation. Returns - @scheme[#f] if the printed form cannot be parsed.})) + @scheme[#f] if the printed form cannot be parsed.}) + + (proc-doc/names + color-prefs:white-on-black + (-> any) + () + @{Sets the colors registered by @scheme[color-prefs:register-color-preference] to their white-on-black variety. }) + + (proc-doc/names + color-prefs:black-on-white + (-> any) + () + @{Sets the colors registered by @scheme[color-prefs:register-color-preference] to their black-on-white variety. }))