bug#43814: [PATCH] Document write-line.
Patch was applied in 3db293a71dc93776ee262063d40b2e8304c49ac6, over 4 years ago. Regards lloda
bug#43814: [PATCH] Document write-line.
* libguile/rdelim.c (SCM_DEFINE): Use "procedure" rather than "function". * doc/ref/api-io.texi (Line/Delimited): Use it to document 'write-line'. --- doc/ref/api-io.texi | 11 +++ libguile/rdelim.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/ref/api-io.te