From 26fd5fcff1d6208d572232258ad7bc89dac16945 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 4 Feb 2009 16:31:59 +0000 Subject: [PATCH] forgot to save these with the previous commit svn: r13417 original commit: caeb7f9fa1c27047095db581f0938c0b7788f106 --- collects/scribblings/scribble/manual.scrbl | 2 +- collects/scribblings/scribble/struct.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 535ce73e..5c111a9b 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -802,7 +802,7 @@ and @litchar{^} for subscripts and superscripts.} element?]{ Inserts the hyperlinked title of the section tagged @scheme[tag], but -@scheme{aux-element} items in the title content are omitted in the +@schemeidfont{aux-element} items in the title content are omitted in the hyperlink label. If @scheme[module-path] is provided, the @scheme[tag] refers to a tag diff --git a/collects/scribblings/scribble/struct.scrbl b/collects/scribblings/scribble/struct.scrbl index 13afd6e4..63ce1757 100644 --- a/collects/scribblings/scribble/struct.scrbl +++ b/collects/scribblings/scribble/struct.scrbl @@ -691,7 +691,7 @@ values).} @defstruct[generated-tag ()]{ -A placeholder for a tag to be generated during the @scheme{collect +A placeholder for a tag to be generated during the @techlink{collect pass}. Use @scheme[tag-key] to convert a tag containing a @scheme[generated-tag] instance to one containing a string.