bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0a830f4c8f054576e2444b0924bb8a8bfbbc6dc6
parent eaedcae9f0ad24531dc1ce246f1872c47b133496
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Sat, 12 Jul 2008 07:02:50 +0000

added a space after mathimpl/mathspec header, so it can be used independent of an empty line at the beginning

svn: r10722

original commit: 7c7bc0fd062251c5c37fce5d7b4d60214ed8f072

Diffstat:
Mcollects/scribble/manual.ss | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/collects/scribble/manual.ss b/collects/scribble/manual.ss @@ -2358,10 +2358,10 @@ (defmethod #:mode public (name arg ...) result-type desc ...)])) (define-syntax-rule (methimpl body ...) - (make-impl (lambda () (list (italic "Default implementation:") body ...)))) + (make-impl (lambda () (list (italic "Default implementation:") " " body ...)))) (define-syntax-rule (methspec body ...) - (make-spec (lambda () (list (italic "Specification:") body ...)))) + (make-spec (lambda () (list (italic "Specification:") " " body ...)))) (define (*this-obj cname) (name-this-object cname))