From 5cfcbb3fded8efafa4b359df68635e227b09838f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 1 May 2008 17:15:03 +0000 Subject: [PATCH] doc improvements svn: r9566 original commit: 7d6bf0371e13f638221febd602faeec2746da7e6 --- collects/scribblings/gui/checkable-menu-item-class.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/checkable-menu-item-class.scrbl b/collects/scribblings/gui/checkable-menu-item-class.scrbl index 71a46906..0698294c 100644 --- a/collects/scribblings/gui/checkable-menu-item-class.scrbl +++ b/collects/scribblings/gui/checkable-menu-item-class.scrbl @@ -20,7 +20,7 @@ A @scheme[checkable-menu-item%] is a string-labelled menu item that [checked any/c #f] [shortcut-prefix (listof (one-of/c 'alt 'cmd 'meta 'ctl 'shift 'option)) - (get-default-shortcut-prefix)])] { + (get-default-shortcut-prefix)])]{ Creates a new menu item in @scheme[parent]. The item is initially shown, appended to the end of its parent, and unchecked. The @@ -62,7 +62,7 @@ Checks or unchecks the menu item. @defmethod[(is-checked?) boolean?]{ -Returns @scheme[#t] if the item is checked, {\#f} otherwise. +Returns @scheme[#t] if the item is checked, @scheme[#f] otherwise. }}