diff --git a/collects/embedded-gui/scribblings/dllist.scrbl b/collects/embedded-gui/scribblings/dllist.scrbl index 4b050bba..9c00267a 100644 --- a/collects/embedded-gui/scribblings/dllist.scrbl +++ b/collects/embedded-gui/scribblings/dllist.scrbl @@ -22,7 +22,7 @@ Applies @racket[f] to every element of the dllist.} @defmethod[(map-to-list [f ((is-a?/c dllist<%>) . -> . 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[].} } diff --git a/collects/mrlib/scribblings/path-dialog.scrbl b/collects/mrlib/scribblings/path-dialog.scrbl index ceba2e11..2ebd2fd2 100644 --- a/collects/mrlib/scribblings/path-dialog.scrbl +++ b/collects/mrlib/scribblings/path-dialog.scrbl @@ -75,7 +75,7 @@ The @racket[filters] argument is one of: @itemize[ @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 empty list, enables a filter box for the user to enter glob patterns, and the given list of choices is available in a