wisp
 
(Arne Babenhauserheide)
2014-01-15: note that the underscore is optional.

note that the underscore is optional.

diff --git a/docs/why-wisp.org b/docs/why-wisp.org
--- a/docs/why-wisp.org
+++ b/docs/why-wisp.org
@@ -214,7 +214,7 @@ becomes
 
 * Wisp syntax 4/4: Resilient Indentation
 
-** The underscore
+** The underscore (optional)
 
 #+BEGIN_SRC scheme
 let 
@@ -233,7 +233,7 @@ becomes
    (z 3))
   body)
 #+END_SRC
-
+ 
 
 * Wisp syntax justification