commit f0d99fdb224ea76d0d1a94103db4d2547b7883ac
parent 0e6cdb6e92b86aba75f7cc1b13714f5f849fd4a8
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 31 Jan 2024 12:54:08 -0500
Replace some incorrect @svar usages with brackets.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -5694,8 +5694,9 @@ lexicographically less than the longer string. However, it is also permitted to
natural ordering imposed by the implementation's internal representation of strings, or
a more complex locale-specific ordering.
-In all cases, a pair of strings must satisfy exactly one of string@svar{?, string=?, and string}?,
-and must satisfy string@svar{=? if and only if they do not satisfy string}? and string>=? if and
+In all cases, a pair of strings must satisfy exactly one of string<?, string=?, and
+string>?,
+and must satisfy string<=? if and only if they do not satisfy string>? and string>=? if and
only if they do not satisfy string<?.
The ``-ci'' procedures behave as if they applied string-foldcase to their arguments before