summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-11 12:45:18 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-11 12:45:18 +0200
commitc71f5fc7c50eb01c3d14191b7e81eaaa7565bc7d (patch)
tree66d46dda627300c862070408cad420b683372461
parent00c4c1b78f25a2cb44a7617201c40d0e95d154c9 (diff)
Fix manual formatting.
-rwxr-xr-xmanual.scrbl14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual.scrbl b/manual.scrbl
index d148420..9814e27 100755
--- a/manual.scrbl
+++ b/manual.scrbl
@@ -7,13 +7,13 @@
@;@(require (for-label (this-package-in json-template)))
@;@(define r6rs-evaluator
- (call-with-trusted-sandbox-configuration
- (lambda ()
- (parameterize ([sandbox-output 'string]
- [sandbox-error-output 'string])
- (make-evaluator
- 'r6rs
- '(import (rnrs) (json-template)))))))
+@; (call-with-trusted-sandbox-configuration
+@; (lambda ()
+@; (parameterize ([sandbox-output 'string]
+@; [sandbox-error-output 'string])
+@; (make-evaluator
+@; 'r6rs
+@; '(import (rnrs) (json-template)))))))
@(define racket-evaluator
(call-with-trusted-sandbox-configuration
(lambda ()