8dcc <8dcc....@gmail.com> writes: > (cons 3 '(2 1) > > Should be: > > (cons 3 '(2 1))
Thank you for the bug report! I attached a fix:
From 206ebc461a5ecc9a44143d43daf6f1ec5c0680b6 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide <arne_...@web.de> Date: Sun, 13 Oct 2024 14:57:30 +0200 Subject: [PATCH] fix typo in manual, thanks to 8dcc * doc/ref/srfi-modules.texi (SRFI-1 Fold and Map): add missing closing paren --- doc/ref/srfi-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 02da3e2f2..6d4d233b7 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -550,7 +550,7 @@ following shows a list reversal and the calls it makes, (cons 1 '()) (cons 2 '(1)) -(cons 3 '(2 1) +(cons 3 '(2 1)) @result{} (3 2 1) @end example -- 2.46.0
Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de
signature.asc
Description: PGP signature