From d9ae39c2182b5538d40138f71105598b5539847c Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 20 Apr 2009 07:55:41 +0000 Subject: [PATCH] bar typos svn: r14564 --- collects/scribblings/framework/color.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/framework/color.scrbl b/collects/scribblings/framework/color.scrbl index 59b53cdafa..b796f2ee0b 100644 --- a/collects/scribblings/framework/color.scrbl +++ b/collects/scribblings/framework/color.scrbl @@ -71,7 +71,7 @@ closing parenthesis, each closing symbol in pairs will be converted to a string and tried as a closing parenthesis. } - @defmethod*[(((stop-colorer (clear-colors boolean |#t|)) void))]{ + @defmethod*[(((stop-colorer (clear-colors boolean #t)) void))]{ Stops coloring and paren matching the buffer. @@ -106,7 +106,7 @@ entire text is brought up-to-date. It must not be called on a locked text. } - @defmethod*[(((thaw-colorer (recolor boolean |#t|) (retokenize boolean |#f|)) void))]{ + @defmethod*[(((thaw-colorer (recolor boolean #t) (retokenize boolean #f)) void))]{ Start coloring a frozen buffer again.