wisp
 
(Arne Babenhauserheide)
2014-11-17: equals → equal?

equals → equal?

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -469,7 +469,7 @@ Fixed indentation width (alternative opt
 
 #+BEGIN_SRC wisp
 if
-    equals wrong
+    equal? wrong
            isright? stuff
     fixstuff
 #+END_SRC