I've fixed this on srfi.schemers.org.

Thank you for the correction.

---------- Forwarded message ---------
From: Arthur A. Gleckler <xxxxxx@speechcode.com>
Date: Mon, Oct 8, 2018 at 7:15 AM
Subject: Re: [scheme-reports-wg2] srfi-1 / scheme list typo
To: <xxxxxx@googlegroups.com>


On Mon, Oct 8, 2018 at 1:23 AM Robert Klein <xxxxxx@gmail.com> wrote:
 
in the srfi-1 document the example for “pair-fold” has an extra closing brace:
(pair-fold (lambda (pair tail) (set-cdr! pair tail) pair) '() lis))

better would be:

(pair-fold (lambda (pair tail) (set-cdr! pair tail) pair) '() lis)

Sorry if this is the wrong place, but the srfi-1 list seems to be quite dead.
Thank you very much.  I've fixed it on <srfi.schemers.org>.

The <xxxxxx@srfi.schemers.org> mailing list is actually the correct place, and there are still active subscribers, including me.

— SRFI Editor