wisp
 
(Arne Babenhauserheide)
2014-10-15: cleanup typos using ' instead of . to continue a line.

cleanup typos using ' instead of . to continue a line.

diff --git a/wisp-scheme.w b/wisp-scheme.w
--- a/wisp-scheme.w
+++ b/wisp-scheme.w
@@ -80,7 +80,7 @@ define : line-strip-continuation line
               . line
 
 define : line-strip-indentation-marker line
-         ' "Strip the indentation markers from the beginning of the line"
+         . "Strip the indentation markers from the beginning of the line"
          cdr line
 
 define : indent-level-reduction indentation-levels level select-fun
@@ -259,7 +259,7 @@ define : wisp-scheme-read-chunk-lines po
 
 
 define : line-code-replace-inline-colons line
-         ' "Replace inline colons by opening parens which close at the end of the line"
+         . "Replace inline colons by opening parens which close at the end of the line"
          ; format #t "replace inline colons for line ~A\n" line
          let loop
            : processed '()
@@ -423,7 +423,7 @@ define : wisp-scheme-indentation-to-pare
 
 
 define : wisp-scheme-replace-inline-colons lines
-         ' "Replace inline colons by opening parens which close at the end of the line"
+         . "Replace inline colons by opening parens which close at the end of the line"
          let loop
            : processed '()
              unprocessed lines
@@ -435,7 +435,7 @@ define : wisp-scheme-replace-inline-colo
                   
 
 define : wisp-scheme-strip-indentation-markers lines
-         ' "Strip the indentation markers from the beginning of the lines"
+         . "Strip the indentation markers from the beginning of the lines"
          let loop
            : processed '()
              unprocessed lines