From 4c2a32d29301bc93f8429d2129d674b88f072369 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 10 Sep 2015 15:36:22 -0400 Subject: [PATCH] Document inspector of #f for make-struct-type --- pkgs/racket-doc/scribblings/reference/struct.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/struct.scrbl b/pkgs/racket-doc/scribblings/reference/struct.scrbl index 806703c1ba..ac5fe749e0 100644 --- a/pkgs/racket-doc/scribblings/reference/struct.scrbl +++ b/pkgs/racket-doc/scribblings/reference/struct.scrbl @@ -135,7 +135,8 @@ The @racket[inspector] argument normally controls access to reflective information about the structure type and its instances; see @secref["inspectors"] for more information. If @racket[inspector] is @racket['prefab], then the resulting @tech{prefab} structure type and -its instances are always transparent. +its instances are always transparent. If @racket[inspector] is +@racket[#f], then the structure type's instances are transparent. If @racket[proc-spec] is an integer or procedure, instances of the structure type act as procedures. See @racket[prop:procedure] for