bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 443b54b6959bbb19877856d0741ca425ac391375
parent 8356a7f61f348f66a279a2575c19b0c195bfb966
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Tue,  3 Jun 2008 22:01:10 +0000

fix bug in namespace-require/constant that caused a Check Syntax bug; fix DrScheme's source location for module forms; tweak help output to use right font for class names

svn: r10113

original commit: 2a728cdf3cf483662da7216ee353f05b6aeba559

Diffstat:
Mcollects/scribblings/scribble/xref.scrbl | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/collects/scribblings/scribble/xref.scrbl b/collects/scribblings/scribble/xref.scrbl @@ -56,14 +56,6 @@ get all cross-reference information for installed documentation.} symbol? (one-of/c 0 1) (or/c exact-integer? false/c) - (or/c exact-integer? false/c)) - (list/c (or/c module-path? - module-path-index? - path? - resolved-module-path?) - symbol? - (one-of/c 0 1) - (or/c exact-integer? false/c) (or/c exact-integer? false/c)))] [mode (or/c exact-integer? false/c)]) (or/c tag? false/c)]{