summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Burger <bburger@indigobio.com>2024-02-05 13:32:45 -0500
committerBob Burger <bburger@indigobio.com>2024-02-05 13:39:22 -0500
commitc502a24ffb00f23030374ea09e5b0b4b941aa78d (patch)
tree307eb3312e9efad535441ae9ec68b7f97542335b
parent02c79d851d8b40899c0b83c086d8eda3d2e27206 (diff)
doc: correct print-vector-length description for bytevectors and fxvectors
-rw-r--r--csug/io.stex6
1 files changed, 2 insertions, 4 deletions
diff --git a/csug/io.stex b/csug/io.stex
index cb2c5880..61d350b0 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