From c502a24ffb00f23030374ea09e5b0b4b941aa78d Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Mon, 5 Feb 2024 13:32:45 -0500 Subject: [PATCH] doc: correct print-vector-length description for bytevectors and fxvectors --- csug/io.stex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/csug/io.stex b/csug/io.stex index cb2c58805..61d350b0c 100644 --- a/csug/io.stex +++ b/csug/io.stex @@ -3297,10 +3297,8 @@ prints \noindent When \scheme{print-vector-length} is set to a true value, -\scheme{write}, \scheme{put-datum}, and \scheme{pretty-print} includes the length -for all vectors between the ``\scheme{#}'' and open parenthesis, -all bytevectors between the ``\scheme{#vu8}'' and open parenthesis, -and all fxvectors between the ``\scheme{#vfx}'' and open parenthesis. +\scheme{write}, \scheme{put-datum}, and \scheme{pretty-print} include the length +for all vectors, bytevectors, and fxvectors immediately after the ``\scheme{#}''. This parameter is set to \scheme{#f} by default. \index{vector printing}When \scheme{print-vector-length} is set to a