@ -138,12 +138,12 @@ To use a custom line reader function, set `read-line' to a function that takes a
Tostoponaspecificline,`continue'canbesettoafunctionthatreceivesthelinestring; and if `nil' is returned from that function, the iteration stops.
Thedefaultbehaviour(with`mapper'being`mapcar'and`applicator'being`list')worksjustlike`mapcar'().Toemulatethebehaviouroffunctionslike`mapcan'(),set`applicator'to`nconc'(); then set `mapper' to `maplist'() for `mapcon'() behaviour."
"See `map-lines'(): Uses `nconc'() as the applicator and `mapcar'() as the mapper, which produces an output you'd expect from `mapcan'() The other key arguments can be specified according to the signature of `map-lines'()."