From b62348db22de7c03693c00e45b881dd120a45e4c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 22 Apr 2011 16:34:38 -0600 Subject: [PATCH] fix cross-reference original commit: e78a60016f4a10902eec98290a0b2c0e6ef7f7a4 --- collects/scribblings/gui/editor-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/editor-funcs.scrbl b/collects/scribblings/gui/editor-funcs.scrbl index ce249a42..81134702 100644 --- a/collects/scribblings/gui/editor-funcs.scrbl +++ b/collects/scribblings/gui/editor-funcs.scrbl @@ -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. }