diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index b1c1eb1ffd..4e40dcd3ac 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -452,7 +452,7 @@ corresponds to the default @tech{module name resolver}. @nonterm{int} is a non-empty sequence of ASCII digits. As this shorthand is expended, a @filepath{.plt} extension is added to @nonterm{pkg}, and a @filepath{.ss} extension is added to - @scheme{path}; if no @nonterm{path} is included, @filepath{main.ss} + @nonterm{path}; if no @nonterm{path} is included, @filepath{main.ss} is used in the expansion. A @scheme[(planet string)] form is like a @scheme[(planet id)] form diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl index 86e0def7cb..63b6ff34ca 100644 --- a/collects/scribblings/scribble/how-to.scrbl +++ b/collects/scribblings/scribble/how-to.scrbl @@ -303,7 +303,7 @@ and they declare hyperlink targets for @scheme[scheme]-based hyperlinks. To document a @scheme[my-helper] procedure that is exported by -@filepath{helper.ss} in the @schemeidfont{my-lib} collection that contains +@filepath{helper.ss} in the @filepath{my-lib} collection that contains @filepath{manual.scrbl}: @itemize[