commit 64dd262be91d2de26dac1884d869c5f2b6744b9f
parent 7936d9c6e1c751c7de55e57f75488675b447b702
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Thu, 8 Feb 2024 12:56:35 -0500
Don't double-up "Appendix" output in @appendix lines.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/r7rs-small/appendix-a.texinfo b/doc/r7rs-small/appendix-a.texinfo
@@ -1,5 +1,5 @@
@node Appendix A
-@appendix Appendix A. Standard Libraries
+@appendix Standard Libraries
This section lists the exports provided by the standard libraries. The
libraries are factored so as to separate features which might not be
diff --git a/doc/r7rs-small/appendix-b.texinfo b/doc/r7rs-small/appendix-b.texinfo
@@ -1,5 +1,5 @@
@node Appendix B
-@appendix Appendix B. Standard Feature Identifiers
+@appendix Standard Feature Identifiers
An implementation may provide any or all of the feature identifiers
listed below for use by @code{cond-expand} and features, but must not