@@ -14,7 +14,7 @@ The code license is found
14141 . [ Download] ( #download )
15152 . [ The CL-CSV dictionary] ( #dictionary )
1616 1 . [ ` *default-external-format* ` ] ( #*default-external-format* )
17- 2 . [ ` *newline* ` ] ( #*newline* )
17+ 2 . [ ` *write- newline* ` ] ( #*write- newline* )
1818 3 . [ ` *quote* ` ] ( #*quote* )
1919 4 . [ ` *quote-escape* ` ] ( #*quote-escape* )
2020 5 . [ ` *separator* ` ] ( #*separator* )
@@ -45,7 +45,7 @@ _[Special variable]_
4545The external format used for opening files
4646
4747_ [ Special variable] _
48- ** \* newline***
48+ ** \* write- newline***
4949
5050 Default newline string
5151
@@ -136,7 +136,7 @@ than one line from the stream)
136136- - -
137137_ [ Function] _
138138** write-csv** (* rows-of-items* ` &key ` * stream* (separator \* separator\* )
139- (quote \* quote\* ) (escape \* quote-escape\* ) (newline \* newline\* )
139+ (quote \* quote\* ) (escape \* quote-escape\* ) (newline \* write- newline\* )
140140(always-quote \* always-quote\* ) ) =\> \* result\*
141141
142142Writes a CSV
@@ -151,14 +151,14 @@ quote: quoting character. Defaults to \*quote\*
151151
152152escape: escaping character. Defaults to \* quote-escape\*
153153
154- newline: newline character. Defaults to \* newline\*
154+ newline: newline character. Defaults to \* write- newline\*
155155
156156always-quote: Defaults to \* always-quote\*
157157
158158- - -
159159_ [ Function] _
160160** write-csv-row** ( * items* ` &key ` * stream* (separator \* separator\* )
161- (quote \* quote\* ) (escape \* quote-escape\* ) (newline \* newline\* )
161+ (quote \* quote\* ) (escape \* quote-escape\* ) (newline \* write- newline\* )
162162(always-quote \* always-quote\* ) ) =\> \* result*
163163
164164
@@ -174,7 +174,7 @@ quote: quoting character. Defaults to \*quote\*
174174
175175escape: escaping character. Defaults to \* quote-escape\*
176176
177- newline: newline character. Defaults to \* newline\*
177+ newline: newline character. Defaults to \* write- newline\*
178178
179179always-quote: Defaults to \* always-quote\*
180180
@@ -199,7 +199,7 @@ quote: quoting character. Defaults to \*quote*
199199
200200escape: escaping character. Defaults to \* quote-escape*
201201
202- newline: newline character. Defaults to \* newline*
202+ newline: newline character. Defaults to \* write- newline*
203203
204204always-quote: Defaults to \* always-quote*
205205
0 commit comments