Scheme -> Racket in docs
original commit: db1141b564e03b7e158426f85f21e245f87ae64b
This commit is contained in:
parent
1c15f267cd
commit
ee6f7c89a7
|
@ -22,7 +22,7 @@ Applies @racket[f] to every element of the dllist.}
|
||||||
@defmethod[(map-to-list [f ((is-a?/c dllist<%>) . -> . any/c)])
|
@defmethod[(map-to-list [f ((is-a?/c dllist<%>) . -> . any/c)])
|
||||||
(listof any/c)]{
|
(listof any/c)]{
|
||||||
|
|
||||||
Creates a Scheme list by applying @racket[f] to every element
|
Creates a Racket list by applying @racket[f] to every element
|
||||||
of @this-obj[].}
|
of @this-obj[].}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ The @racket[filters] argument is one of:
|
||||||
@itemize[
|
@itemize[
|
||||||
|
|
||||||
@item{@racket[(list (list _filter-name _filter-glob) ...)] --- a
|
@item{@racket[(list (list _filter-name _filter-glob) ...)] --- a
|
||||||
list of pattern names (e.g., @racket["Scheme Files"]) and glob
|
list of pattern names (e.g., @racket["Racket Files"]) and glob
|
||||||
patterns (e.g., @racket["*.rkt;*.scrbl"]). Any list, including an
|
patterns (e.g., @racket["*.rkt;*.scrbl"]). Any list, including an
|
||||||
empty list, enables a filter box for the user to enter glob
|
empty list, enables a filter box for the user to enter glob
|
||||||
patterns, and the given list of choices is available in a
|
patterns, and the given list of choices is available in a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user