From 340c3a6f06afea5e57bf980cede3b4e3cecaf3a4 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 31 May 2008 05:19:36 +0000 Subject: [PATCH] remove redundant index entries svn: r10063 --- collects/scribblings/drscheme/menus.scrbl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/scribblings/drscheme/menus.scrbl b/collects/scribblings/drscheme/menus.scrbl index 46467dc2a7..4788125657 100644 --- a/collects/scribblings/drscheme/menus.scrbl +++ b/collects/scribblings/drscheme/menus.scrbl @@ -4,8 +4,8 @@ @(define (defmenuitem . s) (let ([mi (apply onscreen s)]) - @index*[(list (string-append (element->string mi) " menu item")) - (list (elem mi " menu item"))]{@|mi| :})) + @index*[(list (string-append (element->string mi) " menu item")) + (list (elem mi " menu item"))]{@|mi| :})) @(define lam-str "\u03BB") @@ -313,13 +313,13 @@ background that signals the source location of an error.} @item{@defmenuitem{Disable Tests} Stops tests written in the definitions window from evaluating when the program is Run. Tests can be enabled - using the @defmenuitem{Enable Tests} menu item. Disabling tests freezes + using the @onscreen{Enable Tests} menu item. Disabling tests freezes the contents of any existing test report window. } - + @item{@defmenuitem{Enable Tests} Allows tests written in the definitions window to evaluate when the program is Run. Tests can be disabled using - the @defmenuitem{Disable Tests} menu item. + the @onscreen{Disable Tests} menu item. } }