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
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
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
contracts-intro.scrbl
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
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
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
module-syntax.scrbl
modules.scrbl
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
pairs.scrbl
parameterize.scrbl
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
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