wisp
 
(Arne Babenhauserheide)
2014-04-14: polish

polish

diff --git a/docs/why-wisp.org b/docs/why-wisp.org
--- a/docs/why-wisp.org
+++ b/docs/why-wisp.org
@@ -26,7 +26,6 @@
 /The most common paired characters/
 
 (From letter distributions in newspapers)
-
 * On Words                                           
 
 #+BEGIN_SRC elisp :exports results :results results raw
@@ -70,9 +69,7 @@
 - /Do you see how much harder it got?/
 - /€ and ¥ escape your existing filters/
 
-
-* Summary: Current Lisp
-
+* On Lisp
 1. Lisp syntax uses the *most common* non-letter, non-math characters.
 2. The *first and last characters* are important for text-recognition.
 
@@ -82,6 +79,12 @@ Any fix for elegance 2 should preserve e
 
 Elegance 0: generality and homoiconicity: *code is data*
 
+* Summary: Current Lisp Syntax
+
+- √ *Code is data*.
+- √ Uses the *most common* characters.
+- *×* The *first and last characters* are always *the same*.
+
 * On Wisp
 #+html: <br />
 #+BEGIN_SRC scheme