Fixed more scribl typos with #t.

svn: r10276
This commit is contained in:
Danny Yoo 2008-06-15 20:51:39 +00:00
parent e8201a7d35
commit 7fbb4dab2a

View File

@ -104,7 +104,7 @@ Appends menu items to a given menu (not a popup menu) to implement a
} }
@defproc[(append-editor-operation-menu-items [menu (or/c @scheme[menu%] (is-a?/c popup-menu%))] @defproc[(append-editor-operation-menu-items [menu (or/c @scheme[menu%] (is-a?/c popup-menu%))]
[text-only? any/c @scheme[#t]]) [text-only? any/c #t])
void?]{ void?]{
Appends menu items to a given menu (not a popup menu) to implement the Appends menu items to a given menu (not a popup menu) to implement the
standard editor operations, such as cut and paste. The callback for standard editor operations, such as cut and paste. The callback for
@ -323,7 +323,7 @@ When reading from streams that span PLT Scheme versions, use
@defproc[(read-editor-version [in (is-a?/c editor-stream-in%)] @defproc[(read-editor-version [in (is-a?/c editor-stream-in%)]
[in-base (is-a?/c editor-stream-in-base%)] [in-base (is-a?/c editor-stream-in-base%)]
[parse-format? any/c] [parse-format? any/c]
[raise-errors? any/c @scheme[#t]]) [raise-errors? any/c #t])
boolean?]{ boolean?]{
Reads version information from @scheme[in-base], where @scheme[in-base] is Reads version information from @scheme[in-base], where @scheme[in-base] is