From 0b90dc49cf79daa14c32f21d54dfa408d8450df1 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 19 Apr 2012 16:41:14 -0400 Subject: [PATCH] Fix docs for render-term. --- collects/redex/scribblings/ref.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/redex/scribblings/ref.scrbl b/collects/redex/scribblings/ref.scrbl index 6e41163950..2f3e805bab 100644 --- a/collects/redex/scribblings/ref.scrbl +++ b/collects/redex/scribblings/ref.scrbl @@ -2244,7 +2244,7 @@ for use in combination with other libraries that operate on picts The primary difference between these functions is that the former list sets @racket[dc-for-text-size] and the latter does not. -@defproc[(render-term [lang compiled-lang?] [term any/c] [file (or/c #f path-string?)]) +@defproc[(render-term [lang compiled-lang?] [term any/c] [file (or/c #f path-string?) #f]) (if file void? pict?)]{ Renders the term @racket[term]. If @racket[file] is @racket[#f], it produces a pict; if @racket[file] is a path, it saves