fix cross-reference

original commit: e78a60016f4a10902eec98290a0b2c0e6ef7f7a4
This commit is contained in:
Matthew Flatt 2011-04-22 16:34:38 -06:00
parent a5afac4522
commit b62348db22

View File

@ -99,7 +99,7 @@ Appends menu items to a given menu (not a popup menu) to implement a
font face or style. The callback for each menu item uses
@xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of parents until a frame is
reached); if the result is an @racket[editor<%>] object,
@xmethod[editor<%> change-style] is called on the editor.
@xmethod[text% change-style] or @xmethod[pasteboard% change-style] is called on the editor.
}