~ chicken-core (chicken-5) 319a6e25447d8ea325f81f3df906da308d353160
commit 319a6e25447d8ea325f81f3df906da308d353160 Author: Peter Bex <peter@more-magic.net> AuthorDate: Wed Apr 30 16:26:09 2025 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Wed Apr 30 16:26:09 2025 +0200 Get rid of trailing space in bytevector-append section heading diff --git a/manual/Module (chicken bytevector) b/manual/Module (chicken bytevector) index d9ab0e08..bbdcc4d8 100644 --- a/manual/Module (chicken bytevector) +++ b/manual/Module (chicken bytevector) @@ -80,7 +80,7 @@ Returns a bytevector with the contents of {{STRING}} encoded as Latin-1 (ISO-?88 Returns {{#t}} if the two argument bytevectors are of the same size and have the same content. -=== bytevector-append +=== bytevector-append <procedure>(bytevector-append BYTEVECTOR ...)</procedure>Trap