Some "@racket" fixes.
Two reported by Lee Duhem, and two more in other files. Fixes PR 13092.
This commit is contained in:
parent
ff5c9f73ce
commit
d88eef6bfb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user