diff options
Diffstat (limited to 'comparse.scm')
-rw-r--r-- | comparse.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comparse.scm b/comparse.scm index 5dc1a50..3dacf50 100644 --- a/comparse.scm +++ b/comparse.scm @@ -122,8 +122,8 @@ ;;@key{newline} were not there. ;;@item @samp{"} ;;The characters up to the next unescaped @key{"} are taken literally, -;;according to [R4RS] rules for literal strings (@pxref{Strings, , ,r4rs, -;;Revised(4) Scheme}). +;;according to [R4RS] rules for literal strings +;;(@pxref{Strings, , ,r4rs, Revised(4) Scheme}). ;;@item @samp{(}, @samp{%'} ;;One scheme expression is @code{read} starting with this character. The ;;@code{read} expression is evaluated, converted to a string |