bug#63805: [PATCH] Fix typos throughout codebase

2023-05-30 Thread Morgan Smith
* NEWS: * README: * doc/r5rs/r5rs.texi: * doc/ref/api-data.texi: * doc/ref/api-debug.texi: * doc/ref/api-evaluation.texi: * doc/ref/api-io.texi: * doc/ref/api-macros.texi: * doc/ref/api-procedures.texi: * doc/ref/api-scheduling.texi: * doc/ref/api-undocumented.texi: * doc/ref/libguile-concepts.texi

bug#67801: [PATCH] Copy descriptions from manual into docstrings

2023-12-12 Thread Morgan Smith
* module/ice-9/binary-ports.scm (call-with-output-bytevector, seek, make-custom-binary-input-port, make-custom-binary-output-port, make-custom-binary-input/output-port): * module/ice-9/ports.scm (open-input-file, open-output-file, with-input-from-port, with-output-to-port, with-error-to-port): * mo

bug#75055: [PATCH 0/3] Minor doc cleanups

2024-12-23 Thread Morgan Smith
I have 3 tiny little cleanups to contribute Morgan Smith (3): Remove all remaining references to GDS * HACKING: Update mailing list URL * doc/README: Remove reference to a tutorial that no longer exists .gitignore | 2 - HACKING | 2 +- doc/README | 3

bug#75055: [PATCH 1/3] Remove all remaining references to GDS

2024-12-23 Thread Morgan Smith
This finished what this previous commit was meant to do: 767dbb1af30500cc0ad44d6bd0e0e179a1191ec6 * .gitignore: Remove "gds-test.debug" and "gds-test.transcript". * doc/ref/Makefile.am (PICTURES): Remove "gds.eps", "gds.pdf", and "gds.txt". * doc/ref/gds.dia: * doc/ref/gds.eps: * doc/ref/gds.pdf:

bug#75055: [PATCH 3/3] * doc/README: Remove reference to a tutorial that no longer exists

2024-12-23 Thread Morgan Smith
The tutorial was killed in commit f75c5849cdc6c863616facbb22b28d08da3fc09f --- doc/README | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/README b/doc/README index 75c1f7fd6..be21197c2 100644 --- a/doc/README +++ b/doc/README @@ -2,9 +2,6 @@ This directory contains documentation on the G

bug#75055: [PATCH 2/3] * HACKING: Update mailing list URL

2024-12-23 Thread Morgan Smith
--- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index bb10de0c1..375e55d9e 100644 --- a/HACKING +++ b/HACKING @@ -21,7 +21,7 @@ What to Hack = You can hack whatever you want, thank GNU. I