Scheme -> Racket in docs

original commit: db1141b564e03b7e158426f85f21e245f87ae64b
This commit is contained in:
Asumu Takikawa 2013-04-29 16:59:52 -04:00
parent 1c15f267cd
commit ee6f7c89a7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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