#172: DOCUMENTATION does not work for generic functions -------------------------+-------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: minor | Milestone: 0.28 Component: interpreter | Version: 0.27 Keywords: | -------------------------+--------------------------------------------------
Comment(by mevenson):
But passing in the actual function object to DOCUMENTATION works:
{{{ LISP> (documentation #'foo t) "foo" }}}
Need to check the specification a little closer.