doc typo and clarification

This commit is contained in:
Matthew Flatt 2010-06-28 07:17:53 -06:00
parent 12f30cf478
commit 2dd8edf73d
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.}