X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/9496b3a4caa79d9a833b92689582c2bad691e16c..e69d0a12d668dab0e91e419498d0c9444a354403:/docs/reference.lisp diff --git a/docs/reference.lisp b/docs/reference.lisp index 3865afb..232a61b 100644 --- a/docs/reference.lisp +++ b/docs/reference.lisp @@ -1083,8 +1083,8 @@ a-variable => aVariable (document.write (ps-html ((:a :href "#" - :onclick (lisp (ps-inline (transport)))) "link"))) -=> document.write('link') + :onclick (ps-inline (transport))) "link"))) +=> document.write('link') ;;; Forms may be used in attribute lists to conditionally generate ;;; the next attribute. In this example the textarea is sometimes disabled.