racket/collects/scribblings/guide
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
contracts-examples set svn:eol-style 2008-03-04 17:28:15 +00:00
apply.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
begin.scrbl fix guide typos 2008-07-22 14:36:28 +00:00
binding.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
booleans.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
boxes.scrbl Use deftech instead of defterm for a bunch of terms. 2008-06-09 16:07:52 +00:00
byte-strings.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
case.scrbl new guide section on parameterize and other doc tweaks 2008-12-30 16:21:11 +00:00
certificates.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
char-strings.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
chars.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
class.scrbl add and use close-eval to reduce memory use when rendering reference and guide 2008-05-27 17:20:24 +00:00
compile.scrbl new guide chapter on Scheme dialects, and small clean-up for some other docs 2008-12-22 21:17:07 +00:00
cond.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
contracts-examples.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
contracts-general-function.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
contracts-gotchas.scrbl speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler 2008-11-04 23:32:44 +00:00
contracts-intro.scrbl typos 2008-10-22 12:23:44 +00:00
contracts-simple-function.scrbl fixed typo -- using str instead of result 2009-04-17 17:34:47 +00:00
contracts-structure.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
contracts-utils.ss added the example section 2008-01-08 23:30:49 +00:00
contracts.scrbl small edits to contract docs 2008-10-14 00:13:12 +00:00
control.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
data.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
define-struct.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
define.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
dialects.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
for.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
forms.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
guide-utils.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
guide.scrbl new guide chapter on Scheme dialects, and small clean-up for some other docs 2008-12-22 21:17:07 +00:00
hash-tables.scrbl add section to guide on structure equality 2009-03-11 03:40:42 +00:00
info.ss getting-started doc improvements, and small change to raise-syntax-error 2009-02-15 15:15:06 +00:00
io.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
keywords.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
lambda.scrbl typos from Grant (PR9652) 2008-08-02 19:42:26 +00:00
let.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
lists.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
macros.scrbl macros chapter in guide 2008-05-22 16:12:51 +00:00
match.scrbl doc match-let as 'destructuring bind' 2008-06-15 11:25:05 +00:00
module-basics.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
module-paths.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
module-provide.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
module-require.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
module-set.scrbl doc clarifications on module constants 2009-01-21 15:44:30 +00:00
module-syntax.scrbl add and use close-eval to reduce memory use when rendering reference and guide 2008-05-27 17:20:24 +00:00
modules.scrbl scheme/load in guide 2008-11-17 01:25:46 +00:00
named-let.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
namespaces.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
numbers.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
other.scrbl new guide chapter on Scheme dialects, and small clean-up for some other docs 2008-12-22 21:17:07 +00:00
pairs.scrbl explain what a box is in the reference, and add cross references to the guide 2008-07-14 00:05:37 +00:00
parameterize.scrbl new guide section on parameterize and other doc tweaks 2008-12-30 16:21:11 +00:00
paths.scrbl Use deftech instead of defterm for a bunch of terms. 2008-06-09 16:07:52 +00:00
pattern-macros.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
performance.scrbl more guide clean-up 2008-05-21 13:31:09 +00:00
ports.scrbl Use deftech instead of defterm for a bunch of terms. 2008-06-09 16:07:52 +00:00
proc-macros.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
qq.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
quote.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
read.scrbl removed spaces at eolns to make new-reader-diffs easier to follow 2007-06-29 05:58:56 +00:00
regexp.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
regexps-data.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
running.scrbl more guide clean-up 2008-05-21 13:31:09 +00:00
scripts.scrbl some paren typos 2009-02-04 16:28:14 +00:00
set.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
simple-data.scrbl some slightly less-boring examples 2009-04-22 00:42:47 +00:00
simple-syntax.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
symbols.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
to-scheme.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
truth.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
unit.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
vectors.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
void-and-undef.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
welcome.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00