diff --git a/collects/scribblings/reference/logging.scrbl b/collects/scribblings/reference/logging.scrbl index c54fae0a06..961341bc9a 100644 --- a/collects/scribblings/reference/logging.scrbl +++ b/collects/scribblings/reference/logging.scrbl @@ -235,7 +235,7 @@ last argument to @racket[log-message] when the event was logged. Multiple pairs of @racket[level] and @racket[name] can be provided to indicate different specific @racket[level]s for different -@racket[name]s (where @racket[name] defaults to racket[#f] only for +@racket[name]s (where @racket[name] defaults to @racket[#f] only for the last given @racket[level]). A @racket[level] for a @racket[#f] @racket[name] applies only to loggers whose names do not match any other provided @racket[name]. If the same @racket[name] is provided multiple diff --git a/collects/scribblings/reference/pairs.scrbl b/collects/scribblings/reference/pairs.scrbl index 6078b74025..afa2d49968 100644 --- a/collects/scribblings/reference/pairs.scrbl +++ b/collects/scribblings/reference/pairs.scrbl @@ -292,7 +292,7 @@ Applies @racket[proc] to the elements of the @racket[lst]s from the any]{ Similar to @racket[map] in the sense that @racket[proc] is applied to -each element of racket[lst], but +each element of @racket[lst], but @margin-note{The @racket[andmap] function is actually closer to @racket[foldl] than @racket[map], since @racket[andmap] doesn't @@ -328,7 +328,7 @@ If the @racket[lst]s are empty, then @racket[#t] is returned. any]{ Similar to @racket[map] in the sense that @racket[proc] is applied to -each element of racket[lst], but +each element of @racket[lst], but @margin-note{To continue the @racket[andmap] note above, @racket[(ormap f (list x y z))] is equivalent to @racket[(or (f x) (f diff --git a/collects/scribblings/slideshow/picts.scrbl b/collects/scribblings/slideshow/picts.scrbl index c7091f0fca..2c81c41571 100644 --- a/collects/scribblings/slideshow/picts.scrbl +++ b/collects/scribblings/slideshow/picts.scrbl @@ -202,7 +202,7 @@ The @racket[style] argument must be one of the following: If both @racket['combine] and @racket['no-combine] are specified, the first one in @racket[style] takes precedence. Similarly, if both @racket['aligned] and @racket['unaligned] are specified, the first one -in !racket[style] takes precedence. If @racket['caps] is specified, +in @racket[style] takes precedence. If @racket['caps] is specified, the @racket[angle] must be zero. The given @racket[size] is in pixels, but it is ignored if a