commit 6c9a8767dcaf7936614fe2960432d64636c032ad
parent 3ed0fd7cd374361316b2718a21593a3e9dc458ae
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 6 Feb 2024 16:28:54 -0500
Appendix B: Reflow long lines.
Diffstat:
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/doc/r7rs-small/appendix-b.texinfo b/doc/r7rs-small/appendix-b.texinfo
@@ -1,9 +1,10 @@
@node Appendix B
@section Appendix B. Standard Feature Identifiers
-An implementation may provide any or all of the feature identifiers listed below for use by
-@code{cond-expand} and features, but must not provide a feature identifier if it does not provide
-the corresponding feature.
+An implementation may provide any or all of the feature identifiers
+listed below for use by @code{cond-expand} and features, but must not
+provide a feature identifier if it does not provide the corresponding
+feature.
@table @asis
@@ -12,8 +13,8 @@ All @rsevenrs{} Scheme implementations have this feature.
@item @code{exact-closed}
The algebraic operations @code{+}, @code{-}, @code{*}, and @code{expt}
-where the second argument is a
-non-negative integer produce exact values given exact inputs.
+where the second argument is a non-negative integer produce exact
+values given exact inputs.
@item @code{exact-complex}
Exact complex numbers are provided.
@@ -26,7 +27,8 @@ All Unicode characters present in Unicode version 6.0 are supported as
Scheme characters.
@item @code{ratios}
-@code{/} with exact arguments produces an exact result when the divisor is nonzero.
+@code{/} with exact arguments produces an exact result when the divisor
+is nonzero.
@item @code{posix}
This implementation is running on a POSIX system.