tweaks to 'quick' and 'more'

svn: r8355
This commit is contained in:
Matthew Flatt 2008-01-17 03:16:59 +00:00
parent 6a2512e0a3
commit 3948f6e7ed
2 changed files with 7 additions and 4 deletions

View File

@ -766,6 +766,9 @@ the server updated, visit @tt{http://localhost:8081/sum2}.
@; ----------------------------------------------------------------------
@section{Where to Go From Here}
If you arrived here as part of an introduction to PLT Scheme, then
your next stop is probably @|guide|.
If the topics covered here are the kind that interest you, see also
@secref["concurrency" #:doc '(lib
"scribblings/reference/reference.scrbl")] and @secref["security" #:doc

View File

@ -42,10 +42,10 @@ start DrScheme.
@; ----------------------------------------------------------------------
@section{Set...}
To draw pictures, we must first load the picture library, which is
part of a slide-creation library. Copy the following into the
@defterm{definitions area}, which is the top text area that you see in
DrScheme:
To draw pictures, we must first load some picture functions, which are
part of a library for creating slide presentations. Copy the
following into the @defterm{definitions area}, which is the top text
area that you see in DrScheme:
@schememod[slideshow]