commit 4355e9141c2ed7ff43b2456a8d26f381a752affe
parent 8f9392ef46b9447472ef5794edf1428a199abddf
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 8 Feb 2024 13:42:19 +0200
Fix style warning - always follow an @xsef{...} with a comma or a point.
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