From 2692d119be859d811632523a3a22ae46746aac16 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 28 Aug 2011 11:08:33 -0600 Subject: [PATCH] fix cross-reference --- collects/xrepl/doc-utils.rkt | 3 ++- collects/xrepl/xrepl.scrbl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/xrepl/doc-utils.rkt b/collects/xrepl/doc-utils.rkt index fe15ecd335..c69a4b0691 100644 --- a/collects/xrepl/doc-utils.rkt +++ b/collects/xrepl/doc-utils.rkt @@ -4,10 +4,11 @@ racket/list racket/sandbox) (provide (all-from-out scribble/manual) - RL GUIDE cmd defcmd check-all-documented) + RL GUIDE REFERENCE cmd defcmd check-all-documented) (define RL '(lib "readline/readline.scrbl")) (define GUIDE '(lib "scribblings/guide/guide.scrbl")) +(define REFERENCE '(lib "scribblings/reference/reference.scrbl")) (define commands (let ([c #f]) diff --git a/collects/xrepl/xrepl.scrbl b/collects/xrepl/xrepl.scrbl index 68b019eaf6..5da9d7ef5b 100644 --- a/collects/xrepl/xrepl.scrbl +++ b/collects/xrepl/xrepl.scrbl @@ -461,7 +461,7 @@ it will shadow the saved value binding). The bindings are identifier macros that expand to the literal saved values; so referring to a saved value that is missing (because not enough values were shown) raises a syntax error. In addition, the -values are held in a @tech{weak reference}, so they can disappear after +values are held in a @tech[#:doc REFERENCE]{weak reference}, so they can disappear after a garbage-collection. Note that this facility can be used to ``transfer'' values from one