diff --git a/collects/unstable/scribblings/class-iop.scrbl b/collects/unstable/scribblings/class-iop.scrbl index 04154533e6..2af6c20d4f 100644 --- a/collects/unstable/scribblings/class-iop.scrbl +++ b/collects/unstable/scribblings/class-iop.scrbl @@ -126,3 +126,5 @@ unsound in the presence of mutation from outside the class. This should be fixed. } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/find.scrbl b/collects/unstable/scribblings/find.scrbl index a5a3f496cc..7b7c094833 100644 --- a/collects/unstable/scribblings/find.scrbl +++ b/collects/unstable/scribblings/find.scrbl @@ -75,3 +75,5 @@ procedure or returned otherwise. (find-first symbol? (shared ([x (cons 'a x)]) x)) ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/generics.scrbl b/collects/unstable/scribblings/generics.scrbl index 043c1309bc..fb9c8113bf 100644 --- a/collects/unstable/scribblings/generics.scrbl +++ b/collects/unstable/scribblings/generics.scrbl @@ -135,4 +135,6 @@ Syntactically an error when used outside @racket[define-methods]. (gen-print y) (gen-port-print (current-output-port) y) (gen-print* y #:width 100 #:height 90) -] \ No newline at end of file +] + +@close-eval[evaluator] diff --git a/collects/unstable/scribblings/list.scrbl b/collects/unstable/scribblings/list.scrbl index 3bc0a268fe..877fa4037a 100644 --- a/collects/unstable/scribblings/list.scrbl +++ b/collects/unstable/scribblings/list.scrbl @@ -118,3 +118,4 @@ for which @racket[pred] produces a true value. } +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/match.scrbl b/collects/unstable/scribblings/match.scrbl index 12a4fde213..2874c67ae9 100644 --- a/collects/unstable/scribblings/match.scrbl +++ b/collects/unstable/scribblings/match.scrbl @@ -69,3 +69,5 @@ result value of @scheme[rhs-expr], and continues matching each subsequent ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/mutated-vars.scrbl b/collects/unstable/scribblings/mutated-vars.scrbl index d1c2ce6740..7c6615c496 100644 --- a/collects/unstable/scribblings/mutated-vars.scrbl +++ b/collects/unstable/scribblings/mutated-vars.scrbl @@ -36,3 +36,5 @@ Otherwise, the table is updated functionally.} (dict-ref tbl #'var #f) ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/prop-contract.scrbl b/collects/unstable/scribblings/prop-contract.scrbl index 16e83dbf05..7691756ab7 100644 --- a/collects/unstable/scribblings/prop-contract.scrbl +++ b/collects/unstable/scribblings/prop-contract.scrbl @@ -50,3 +50,5 @@ The contract has no effect on the struct type property accessor. ((get-f s2) 'apple) ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/sequence.scrbl b/collects/unstable/scribblings/sequence.scrbl index 0ea7904c88..01ad01396c 100644 --- a/collects/unstable/scribblings/sequence.scrbl +++ b/collects/unstable/scribblings/sequence.scrbl @@ -40,4 +40,6 @@ Produces the sequence of @racket[f] applied to each element of @racket[seq]. @examples[#:eval the-eval (for/list ([x (sequence-lift add1 (in-range 10))]) x)] -} \ No newline at end of file +} + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/sexp-diff.scrbl b/collects/unstable/scribblings/sexp-diff.scrbl index 536957d709..5849236afc 100644 --- a/collects/unstable/scribblings/sexp-diff.scrbl +++ b/collects/unstable/scribblings/sexp-diff.scrbl @@ -25,3 +25,6 @@ @examples[#:eval diff-eval (sexp-diff '(0 (1 2 3)) '(0 (4 2 3)))] } + + +@close-eval[diff-eval] diff --git a/collects/unstable/scribblings/srcloc.scrbl b/collects/unstable/scribblings/srcloc.scrbl index 18985747a4..bfcc51d5ab 100644 --- a/collects/unstable/scribblings/srcloc.scrbl +++ b/collects/unstable/scribblings/srcloc.scrbl @@ -330,3 +330,5 @@ b-path ] } + +@close-eval[evaluator] diff --git a/collects/unstable/scribblings/struct.scrbl b/collects/unstable/scribblings/struct.scrbl index 9f0961fb24..45da4dc08f 100644 --- a/collects/unstable/scribblings/struct.scrbl +++ b/collects/unstable/scribblings/struct.scrbl @@ -56,3 +56,5 @@ the inaccessible fields are omitted from the list. (struct->list 'not-a-struct #:on-opaque 'skip) ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/syntax.scrbl b/collects/unstable/scribblings/syntax.scrbl index 02b3530830..a48965b7e6 100644 --- a/collects/unstable/scribblings/syntax.scrbl +++ b/collects/unstable/scribblings/syntax.scrbl @@ -484,3 +484,5 @@ non-syntax data, and @scheme[quote-syntax] does the opposite. ] } + +@close-eval[the-eval] diff --git a/collects/unstable/scribblings/wrapc.scrbl b/collects/unstable/scribblings/wrapc.scrbl index aa53958eae..8ee2ad3bd0 100644 --- a/collects/unstable/scribblings/wrapc.scrbl +++ b/collects/unstable/scribblings/wrapc.scrbl @@ -122,3 +122,5 @@ contract wrapping. (app (lambda (x) 'pear) 5) ] } + +@close-eval[the-eval]