commit 7936d9c6e1c751c7de55e57f75488675b447b702
parent 0c28f19b283d6540a6fccb0ac834c2156a29c2ad
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Thu, 8 Feb 2024 12:51:56 -0500
Revert "Fix style warning - always follow an @xsef{...} ..."
R7RS-small text trumps the Texinfo style guide.
This reverts commit 4355e9141c2ed7ff43b2456a8d26f381a752affe.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/r7rs-small/overview.texinfo b/doc/r7rs-small/overview.texinfo
@@ -326,9 +326,9 @@ means that the expression @code{(* 5 8)} evaluates to the object
@code{40}. Or, more precisely: the expression given by the sequence of
characters ``@code{(* 5 8)}'' evaluates, in an environment containing
the base library, to an object that can be represented externally by
-the sequence of characters ``@code{40}.'' @xref{External
-representations basic,, External representations}, for a discussion of
-external representations of objects.
+the sequence of characters ``@code{40}.''
+@xref{External representations basic,, External representations} for
+a discussion of external representations of objects.
@node Naming conventions
@subsection Naming conventions