diff --git a/teachpack/htdp/Docs/image.thtml b/teachpack/htdp/Docs/image.thtml
index 1e38fa6dfd..688ee6433b 100644
--- a/teachpack/htdp/Docs/image.thtml
+++ b/teachpack/htdp/Docs/image.thtml
@@ -5,12 +5,13 @@ This teachpack provides primitives for constructing and
manipulating images.
These functions create basic shapes. The mode can be either
-'solid
, meaning the shape is filled in, or
-'outline
, meaning the shape is hollow. Image
+'solid
or "solid"
, meaning the
+shape is filled in, or 'outline
or
+"outline"
, meaning the shape is hollow. Image
colors can be either symbols (like 'blue
),
strings (like "blue"
), or color structs (like
-(make-color 0 0 255)
) -- see below for
-more information about color structs.
+(make-color 0 0 255)
) -- see below for more
+information about color structs.