fix latex leftover

svn: r11442
This commit is contained in:
Matthew Flatt 2008-08-26 21:55:25 +00:00
parent eb3ab9d9b2
commit eb219d5813

View File

@ -11,7 +11,7 @@ A top-level window is either a @scheme[frame%] or @scheme[dialog%]
boolean?]{
Called just before the window might be closed (e.g., by the window
manager). If @scheme[#f] is returned, the window is not\/ closed,
manager). If @scheme[#f] is returned, the window is not closed,
otherwise @method[top-level-window<%> on-close] is called and the
window is closed (i.e., the window is hidden, like calling
@method[window<%> show] with @scheme[#f]).