commit d65e00b243d3137784b8373d2e1616324e55f6bd parent 2a8df0d95ff0336a6a0772530ee5d41a7c62e017 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sun, 4 Feb 2024 12:51:26 +0200 Fix @xref. Diffstat:
M | doc/r7rs-small/procedures/pairs-and-lists.texinfo | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/procedures/pairs-and-lists.texinfo b/doc/r7rs-small/procedures/pairs-and-lists.texinfo @@ -102,7 +102,7 @@ programs can be represented as lists. That is, according to Scheme's grammar, every @svar{expression} is also a @svar{datum} (@xref{External representations formal}). Among other things, this permits the use of the @code{read} procedure to -parse Scheme programs. @xref{External representations}. +parse Scheme programs. @xref{External representations basic}. @deffn procedure pair? obj