From 43b96fe47ca386757a28e491e02cac7601b6813a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 20 Dec 2010 08:01:41 -0700 Subject: [PATCH] adjust racket/snip docs --- collects/scribblings/gui/snip-classes.scrbl | 13 ++++++++----- collects/scribblings/gui/wxme.scrbl | 3 +-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/collects/scribblings/gui/snip-classes.scrbl b/collects/scribblings/gui/snip-classes.scrbl index 03d9138342..dd6b0140a6 100644 --- a/collects/scribblings/gui/snip-classes.scrbl +++ b/collects/scribblings/gui/snip-classes.scrbl @@ -2,13 +2,16 @@ @(require "common.ss" "diagrams.ss") -@title[#:style '(toc quiet)]{Snip Classes} +@title[#:style '(toc quiet)]{Snip and Style Classes} -@;@defmodule*/no-declare[(racket/snip)] +@declare-exporting[racket/snip racket/gui/base racket/gui] +@defmodule*/no-declare[(racket/snip)] -The @racketmodname[racket/snip] collection provides access to the -@tech{snip} classes @emph{without} depending on -@racketmodname[racket/gui]. +The @racketmodname[racket/snip] collection provides the core +@tech{snip} and @tech{style} classes @emph{without} depending on +@racketmodname[racket/gui/base]. This separation enables +libraries that can cooperate with an editor while also working in +contexts that do not have a GUI. Snips and Administrators: diff --git a/collects/scribblings/gui/wxme.scrbl b/collects/scribblings/gui/wxme.scrbl index 36f2f5d534..e49260956a 100644 --- a/collects/scribblings/gui/wxme.scrbl +++ b/collects/scribblings/gui/wxme.scrbl @@ -21,8 +21,7 @@ @defmodule[wxme]{The @racketmodname[wxme] library provides tools for reading @tech{WXME} @racket[editor<%>]-format files (see -@secref["editorfileformat"]) without the @racket[racket/gui] library -(i.e., using @exec{racket} instead of @exec{gracket}).} +@secref["editorfileformat"]) without the @racket[racket/gui] library.} @defproc[(is-wxme-stream? [in input-port?]) boolean?]{