racket/collects/scribblings/tools
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
..
common.ss adjust the way framework and tools docs extract documentation 2008-07-12 15:37:31 +00:00
debug.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
eval.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
frame.scrbl Fixed typos in Plugin docs: 2008-11-20 21:15:21 +00:00
get-slash-extend.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
help-desk.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
language-configuration.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
language.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
modes.scrbl fixed some latex leftovers, and convenient way to make headers and include-extracted 2008-07-12 07:07:19 +00:00
rep.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
tool-lib-extracts.ss newlines at EOFs 2009-01-14 03:10:47 +00:00
tools.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
unit.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00