fix cross-reference

This commit is contained in:
Matthew Flatt 2011-08-28 11:08:33 -06:00
parent 4f83f7f279
commit 2692d119be
2 changed files with 3 additions and 2 deletions

View File

@ -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])

View File

@ -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