From c3f175eebe74493a4d985bddc8779d1fb2ab930e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 8 Jul 2007 02:46:19 +0000 Subject: [PATCH] warning svn: r6852 original commit: 13014aa6c851f98c9cdd4b25a6a32ae994730806 --- collects/scribble/doc.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt index 5547503f..4740dea7 100644 --- a/collects/scribble/doc.txt +++ b/collects/scribble/doc.txt @@ -560,7 +560,11 @@ source accounting is not on, but x2 x3} -will (due to the last line). +will (due to the last line). Pay attention to this, as it can be a +problem with Scheme code, for example: + + @code{(define (foo x) + (+ x 1))} For rare situations where spaces at the beginning (or end) of lines matter, you can begin (or end) a line with a "@||".