r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4c8568c6f2bded1568852d1c0ab8fb5ddecd36ac
parent c111c7aaeb97c1e340595f772abef7acbba569c0
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Tue, 30 Jan 2024 19:19:46 -0500

Minor reflow.

Diffstat:
Mdoc/r7rs-small/r7rs-small.texinfo | 18++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -1226,9 +1226,10 @@ syntax: (quote <datum>) syntax: '<datum> syntax: <constant> -@code{(quote} <datum>@code{)} evaluates to <datum>. <Datum> can be any external representation of a -Scheme object (@xref{External representations (basic)}). This notation is used to include literal constants in -Scheme code. +@code{(quote} <datum>@code{)} evaluates to <datum>. <Datum> can be any +external representation of a Scheme object +(@xref{External representations (basic)}). This notation is used to include +literal constants in Scheme code. @example @@ -1252,9 +1253,9 @@ notations are equivalent in all respects. @end example -Numerical constants, string constants, character constants, -vector constants, bytevector constants, and boolean constants evaluate to themselves; -they need not be quoted. +Numerical constants, string constants, character constants, vector +constants, bytevector constants, and boolean constants evaluate to +themselves; they need not be quoted. @example @@ -1273,8 +1274,9 @@ they need not be quoted. @end example -As noted in @ref{Storage model}, it is an error to attempt to alter a constant (i.e.@: the value -of a literal expression) using a mutation procedure like @code{set-car!} or @code{string-set!}. +As noted in @ref{Storage model}, it is an error to attempt to alter a +constant (i.e.@: the value of a literal expression) using a mutation +procedure like @code{set-car!} or @code{string-set!}. @node Procedure calls @subsection Procedure calls