From eb17a041ab8361af30f90e1968e6d5d4ed1cd905 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Wed, 18 May 2016 16:32:38 -0400 Subject: [PATCH] Updated ZO documentation for global-bucket. --- pkgs/racket-doc/scribblings/raco/zo-struct.scrbl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl index c3a69d40f3..367ccb2d07 100644 --- a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl +++ b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl @@ -98,7 +98,12 @@ structures that are produced by @racket[zo-parse] and consumed by granted access capabilities through that inspector.} @defstruct+[(global-bucket zo) ([name symbol?])]{ - Represents a top-level variable, and used only in a @racket[prefix].} + Represents a top-level variable, and used only in a + @racket[prefix]. Because modules cannot require top-level + variables, these will only appear in the top level + @racket[prefix]. Additionally, symbols in the top-level + prefix are an alias for @racket[global-bucket] structs, + making them redundant.} @defstruct+[(module-variable zo) ([modidx module-path-index?]