diff --git a/collects/scribble/text/syntax-utils.ss b/collects/scribble/text/syntax-utils.ss index 50fc30bc..dd14c75d 100644 --- a/collects/scribble/text/syntax-utils.ss +++ b/collects/scribble/text/syntax-utils.ss @@ -163,7 +163,7 @@ (define-syntax (begin/text stx) (syntax-case stx () [(begin/text expr ...) - #'(process-begin/text begin/collect values expr ...)])) + #'(process-begin/text begin/collect begin expr ...)])) ;; include for templates (require (for-syntax scheme/base (prefix-in scribble: "../reader.ss"))