Fix (documentation closure) test.
authorStas Boukarev <stassats@gmail.com>
Mon, 4 Feb 2013 12:08:07 +0000 (16:08 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 4 Feb 2013 12:08:07 +0000 (16:08 +0400)
commite345436f0efaca2c0ba6be2c30ce6b5a3dae3836
tree1bd4f117257cfdbb9588924b2729c5b0143078cb
parent140ee89d7fda85ad1c1d7273425f23f54855f0ec
Fix (documentation closure) test.

Take into account the idea that
(setf (documentation #'function t) "doc")
(setf (documentation 'function 'function) "doc")

should do the same.
tests/interface.impure.lisp