1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-07-18 00:48:59 +00:00
parent b1c04fe8b4
commit 44e874b5c8

View file

@ -1,3 +1,9 @@
2003-07-18 Kevin Ryde <user42@zip.com.au>
* scheme-compound.texi (List Constructors): In list, use "elem1
... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
2003-07-12 Kevin Ryde <user42@zip.com.au>
* srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for