fix cross-reference
This commit is contained in:
parent
4f83f7f279
commit
2692d119be
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user