[Updated documentation to reflect the new syntax of the with statement Henrik Hjelte **20061115161303] { hunk ./docs/reference.lisp 821 -; (WITH (object) body) +; (WITH object body) hunk ./docs/reference.lisp 830 -(with ((create :foo "foo" :i "i")) +(with (create :foo "foo" :i "i") hunk ./t/reference-tests.lisp 433 - (with ((create :foo "foo" :i "i")) + (with (create :foo "foo" :i "i") }