bug#73787: Typo in manual: Missing parentheses in SRFI-1

2024-10-20 Thread Ludovic Courtès
Hi Arne, "Dr. Arne Babenhauserheide" skribis: > From 206ebc461a5ecc9a44143d43daf6f1ec5c0680b6 Mon Sep 17 00:00:00 2001 > From: Arne Babenhauserheide > 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

bug#73787: [patch]: bug#73787: Typo in manual: Missing parentheses in SRFI-1

2024-10-13 Thread Dr. Arne Babenhauserheide
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 Date: Sun, 13 Oct 2024 14:57:30 +0200 Subject: [PATCH]

bug#73787: Typo in manual: Missing parentheses in SRFI-1

2024-10-13 Thread 8dcc
Hello, In the first code block of Section 7.5.3.5 "Fold, Unfold & Map" of the Guile Manual, the last call to `cons' is missing a parentheses: (cons 3 '(2 1) Should be: (cons 3 '(2 1)) Thanks. signature.asc Description: PGP signature