From 3349b138259bfe80ddb709beb98cf6b3d3bcaa2f Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Sun, 24 Feb 2019 23:55:03 +0100 Subject: [PATCH] Add block? contract to typeset-code (#196) I think something should be said about what `block?` does but I am not comfortable enough with the scribble code to write it down. --- scribble-doc/scribblings/scribble/manual.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/manual.scrbl b/scribble-doc/scribblings/scribble/manual.scrbl index 29ea2645..e5a532be 100644 --- a/scribble-doc/scribblings/scribble/manual.scrbl +++ b/scribble-doc/scribblings/scribble/manual.scrbl @@ -184,7 +184,7 @@ produces the typeset result [#:keep-lang-line? keep? any/c #t] [#:line-numbers line-numbers (or/c #f exact-nonnegative-integer?) #f] [#:line-number-sep line-number-sep exact-nonnegative-integer? 1] - [#:block? block? #t] + [#:block? block? any/c #t] [strs string?] ...) block?]{ A function-based version of @racket[codeblock], allowing you to compute the @racket[strs] arguments.