From 7fbb4dab2abb0717be9a3149b84dbdfcf360e301 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 15 Jun 2008 20:51:39 +0000 Subject: [PATCH] Fixed more scribl typos with #t. svn: r10276 --- collects/scribblings/gui/editor-funcs.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/editor-funcs.scrbl b/collects/scribblings/gui/editor-funcs.scrbl index 1254cab20b..d9801f7344 100644 --- a/collects/scribblings/gui/editor-funcs.scrbl +++ b/collects/scribblings/gui/editor-funcs.scrbl @@ -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%))] - [text-only? any/c @scheme[#t]]) + [text-only? any/c #t]) void?]{ 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 @@ -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%)] [in-base (is-a?/c editor-stream-in-base%)] [parse-format? any/c] - [raise-errors? any/c @scheme[#t]]) + [raise-errors? any/c #t]) boolean?]{ Reads version information from @scheme[in-base], where @scheme[in-base] is