diff --git a/collects/scribblings/guide/welcome.scrbl b/collects/scribblings/guide/welcome.scrbl index 898eda1c57..ff5fac3d33 100644 --- a/collects/scribblings/guide/welcome.scrbl +++ b/collects/scribblings/guide/welcome.scrbl @@ -132,10 +132,10 @@ if it was just an example expression that you were using to explore area} as above, click @onscreen{Run}, and then evaluate @racket[(extract "the boy")] in the @tech{REPL}. -With @exec{racket}, you'd save the above text in a file using your -favorite editor. If you save it as @filepath{extract.rkt}, then after starting -@exec{racket} in the same directory, you'd evaluate the following -sequence: +When using command-line @exec{racket} instead of DrRacket, you'd save +the above text in a file using your favorite editor. If you save it as +@filepath{extract.rkt}, then after starting @exec{racket} in the same +directory, you'd evaluate the following sequence: @interaction[ #:eval piece-eval diff --git a/collects/scribblings/raco/exe-api.scrbl b/collects/scribblings/raco/exe-api.scrbl index 8f45d7711f..b33f841555 100644 --- a/collects/scribblings/raco/exe-api.scrbl +++ b/collects/scribblings/raco/exe-api.scrbl @@ -178,7 +178,7 @@ currently supported keys are as follows: @item{@racket['ico] (Windows) : An icon file path (suffix @filepath{.ico}) to use for the executable's desktop icon; the executable will have 16x16, 32x32, and 48x48 icons at - 4-bit, 8-bit, and 32-bit (RBBA) depths; the icons are copied + 4-bit, 8-bit, and 32-bit (RGBA) depths; the icons are copied and generated from any 16x16, 32x32, and 48x48 icons in the @filepath{.ico} file.}