minor fixes

svn: r9934
This commit is contained in:
John Clements 2008-05-22 22:09:41 +00:00
parent 275c9b83ab
commit 29322e6ccb
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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: