From 789ab0d9f00734c1c866cf4ace093f758bee0773 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 27 Oct 2012 13:04:06 -0500 Subject: [PATCH] add missing docs for color:misspelled-text-color-style-name --- collects/framework/main.rkt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/framework/main.rkt b/collects/framework/main.rkt index c55824aebd..c383944b42 100644 --- a/collects/framework/main.rkt +++ b/collects/framework/main.rkt @@ -72,6 +72,12 @@ in a GUI, and the color to use. The colors are used to show the nesting structure in the parens.}) + (thing-doc + color:misspelled-text-color-style-name + string? + @{The name of the style used to color misspelled words. See also + @method[color:text<%> get-spell-check-strings].}) + (proc-doc/names text:range? (-> any/c boolean?) (arg) @{Determines if @racket[arg] is an instance of the @tt{range} struct.})