bar typos

svn: r14564
This commit is contained in:
Eli Barzilay 2009-04-20 07:55:41 +00:00
parent 10421f6153
commit d9ae39c218

View File

@ -71,7 +71,7 @@
closing parenthesis, each closing symbol in pairs will be converted to closing parenthesis, each closing symbol in pairs will be converted to
a string and tried as a closing parenthesis. 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. 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 entire text is brought up-to-date. It must not be called on a locked
text. 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. Start coloring a frozen buffer again.