From 119d1ff9d3efacd9983bbee8aa48649bd643e382 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 2 Jul 2012 18:59:02 -0500 Subject: [PATCH] fix the append-editor-font-menu-items and append-editor-operation-menu-items docs closes PR 12878 --- collects/scribblings/gui/editor-funcs.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/editor-funcs.scrbl b/collects/scribblings/gui/editor-funcs.scrbl index d3d92a40d5..a41c42629d 100644 --- a/collects/scribblings/gui/editor-funcs.scrbl +++ b/collects/scribblings/gui/editor-funcs.scrbl @@ -93,7 +93,7 @@ See also @defproc[(append-editor-font-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))]) void?]{ -Appends menu items to a given menu (not a popup menu) to implement a +Appends menu items to @racket[menu] to implement a standard set of font-manipulation operations, such as changing the 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 @@ -105,7 +105,7 @@ Appends menu items to a given menu (not a popup menu) to implement a @defproc[(append-editor-operation-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))] [text-only? any/c #t]) void?]{ -Appends menu items to a given menu (not a popup menu) to implement the +Appends menu items to @racket[menu] to implement the standard editor operations, such as cut and paste. 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