commit b75d2f78e55f7f02df7595bc7bbab84dd3ab8de1
parent e74fc35c83592ff591303b3f87ff6d2684538c79
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Wed, 31 Jan 2024 14:58:09 +0200
Fix offending backslash inside of a raw tex macro @svar{}.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -7967,7 +7967,7 @@ parsed as numbers, not identifiers.
∣escape ∣newline ∣null ∣return ∣space ∣tab
@svar{string} ⟶" @svar{string element}* "
-@svar{string element} ⟶@svar{any character other than " or \}
+@svar{string element} ⟶@svar{any character other than " or \\}
∣@svar{mnemonic escape} ∣\" ∣\\ ∣\|
∣\@svar{intraline whitespace}*@svar{line ending}
@svar{intraline whitespace}*