Lets say i want to get the documentation for a function, I'd say
(documentation 'foo 'function) but what if I only had foo and function as strings? E.g. "foo" and "function".
What would I have to do to them to make them usable as parameters to the documentation call?
[Side note: I'm using clisp, but I doubt that matters.]