From 81eb6bf4c053e298120fbc3e9e5189ec59c7391b Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Wed, 1 Jun 2016 15:22:04 -0400 Subject: [PATCH] The 'dummy' field in 'mod' really should be in its own paragraph. --- pkgs/racket-doc/scribblings/raco/zo-struct.scrbl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl index 367ccb2d07..b9607b1c32 100644 --- a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl +++ b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl @@ -273,8 +273,10 @@ binding, constructor, etc.} The @racket[max-let-depth] field indicates the maximum stack depth created by @racket[body] forms (not counting the @racket[prefix] - array). The @racket[dummy] variable is used to access to the - top-level namespace. + array). + + The @racket[dummy] variable is used to access to the top-level + namespace. The @racket[lang-info] value specifies an optional module path that provides information about the module's implementation language.