racket/collects/scribblings/more
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
..
info.ss getting-started doc improvements, and small change to raise-syntax-error 2009-02-15 15:15:06 +00:00
more.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
step1.txt docs form David Van Horn; Slideshow tweaks 2008-02-14 14:07:57 +00:00
step2.txt docs form David Van Horn; Slideshow tweaks 2008-02-14 14:07:57 +00:00
step3.txt docs form David Van Horn; Slideshow tweaks 2008-02-14 14:07:57 +00:00
step4.txt docs form David Van Horn; Slideshow tweaks 2008-02-14 14:07:57 +00:00
step5.txt new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
step6.txt new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
step7.txt new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
step8.txt new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
step9.txt new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
step0.txt added 'more: systems' doc 2008-01-16 00:21:19 +00:00