wisp
 
(Arne Babenhauserheide)
2014-07-14: move link to wisp-website→justification to syntax justification.

move link to wisp-website→justification to syntax justification.

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -231,10 +231,6 @@ becomes
 
 *** Summary
 
-#+html: <small>
-http://draketo.de/light/english/wisp-lisp-indentation-preprocessor#sec-4
-#+html: </small>
-
 The syntax shown here is the minimal syntax required for the goal of wisp: indentation-based, general lisp with a simple preprocessor, and code which can be shared easily on the internet:
 
 - =.= to continue the argument list
@@ -350,6 +346,11 @@ define : stringy s
 
 /I do not like adding any unnecessary syntax element to lisp. So I want to show explicitely why the syntax elements are required./
 
+#+html: <small>
+See also http://draketo.de/light/english/wisp-lisp-indentation-preprocessor#sec-4
+#+html: </small>
+
+
 ** . (the dot)
 
 The dot at the beginning of the line as marker of the continuation of a variable list is a generalization of using the dot as identity function - which is an implementation detail in many lisps.