(Arne Babenhauserheide)
2014-12-23: trim code trim code
diff --git a/docs/srfi-from-template.html b/docs/srfi-from-template.html
--- a/docs/srfi-from-template.html
+++ b/docs/srfi-from-template.html
@@ -432,7 +432,7 @@ If the colon is the last non-whitespace
<pre>define : stringy s
string-append s " reversed and capitalized:
" ; linebreaks in strings do not affect wisp parsing
- . (string-capitalize ; linebreaks in parentheses are ignored.
+ . (string-capitalize ; same for linebreaks in parentheses
(string-reverse s))
</pre>