From a99c233ce77c55cc22ea1b14a787fa28134afc85 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 4 Aug 2011 21:37:55 -0700 Subject: [PATCH] start a section for documenting the symbols that DrRacket passes to a language's get-info proc add docs for a few of these, notably the syntax colorer original commit: 0c6bc11ac3fba7b0c06841b6ae9a587286045a09 --- collects/scribblings/framework/color.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/framework/color.scrbl b/collects/scribblings/framework/color.scrbl index cfc1ef6e..646e96c9 100644 --- a/collects/scribblings/framework/color.scrbl +++ b/collects/scribblings/framework/color.scrbl @@ -201,7 +201,7 @@ The @racket[position] is the place to put the parenthesis, and @racket[char] is the parenthesis to be added (e.g., that the user typed). If @racket[fixup?] is true, the right kind of closing parenthesis will be - chosen from the set previously passed to @racket[start-colorer]---but only + chosen from the set previously passed to @method[color:text<%> start-colorer]---but only if an inserted @racket[char] would be colored as a parenthesis (i.e., with the @racket['parenthesis] classification). Otherwise, @racket[char] will be inserted, even if it is not the right kind. If @racket[flash?] is true,