From 1ec5aee4a4d1d673cbcf3e29766effd256ff6b24 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 11 Sep 2011 17:59:21 -0500 Subject: [PATCH] add a better link from the snip class docs to the relevant section of the wxme library --- collects/scribblings/gui/editor-overview.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/gui/editor-overview.scrbl b/collects/scribblings/gui/editor-overview.scrbl index c5ceca56ae..8378d16266 100644 --- a/collects/scribblings/gui/editor-overview.scrbl +++ b/collects/scribblings/gui/editor-overview.scrbl @@ -443,7 +443,9 @@ If a snip class's name is of the form The second @racket[lib] form in @racket["((lib ...) (lib ...))"] supplies a reader for a text-only version of the snip. See - @racketmodname[wxme] for more information. + @secref["snipclassmapping"] for more information on how + such snipclasses work (and generally see the + @racketmodname[wxme] library). A snip class's name can also be just @racket["(lib ...)"], which is used like the first part of the two-@racket[lib] form. However, this