From 29322e6ccb3fd7aa0ce3c7d98c2ee98c9f10495b Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 22 May 2008 22:09:41 +0000 Subject: [PATCH] minor fixes svn: r9934 --- collects/scribblings/tools/frame.scrbl | 2 +- collects/scribblings/tools/unit.scrbl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/tools/frame.scrbl b/collects/scribblings/tools/frame.scrbl index b75e4e8b81..835bc135e7 100644 --- a/collects/scribblings/tools/frame.scrbl +++ b/collects/scribblings/tools/frame.scrbl @@ -222,7 +222,7 @@ returns the view menu, for use by the See also @method[drscheme:frame:<%> add-show-menu-items]. -The method (and others) uses the word {\tt show} to preserve +The method (and others) uses the word @tt{show} to preserve backwards compatibility from when the menu itself was named the Show menu. diff --git a/collects/scribblings/tools/unit.scrbl b/collects/scribblings/tools/unit.scrbl index 55f1455016..7957ab2007 100644 --- a/collects/scribblings/tools/unit.scrbl +++ b/collects/scribblings/tools/unit.scrbl @@ -359,7 +359,7 @@ for important actions the user frequently executes. A tool can add a button to this panel to make some new functionality easily accessible to the user. -See also mrlib's {\tt bitmap-label-maker}. +See also mrlib's @scheme[bitmap-label-maker]. } @@ -392,11 +392,12 @@ Returns the result of This method is provided so that tools can add @scheme[area-container<%>]s to the drscheme frame. Override this method so that it returns a child of the super-classes's result and insert new -children inbetween. +children in between. } @methimpl{ + First case: