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
apply.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
begin.scrbl
binding.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
booleans.scrbl
boxes.scrbl
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
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
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
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
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
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
match.scrbl
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
module-require.scrbl
module-set.scrbl doc clarifications on module constants 2009-01-21 15:44:30 +00:00
module-syntax.scrbl
modules.scrbl scheme/load in guide 2008-11-17 01:25:46 +00:00
named-let.scrbl
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
parameterize.scrbl new guide section on parameterize and other doc tweaks 2008-12-30 16:21:11 +00:00
paths.scrbl
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
ports.scrbl
proc-macros.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
qq.scrbl
quote.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
read.scrbl
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
running.scrbl
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
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
welcome.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00