I'm reposting to the list because Bastien's mail bounced.
---
Hi Bastien.
I've been using this package daily, thank you very much.
I had a problem today with evaluated functions without docstring.
They 'fall' on the code below because functionp is t for them:
((functionp sym-name)
(documentation sym-name))
but documentation returns nil for those, so i get an error.
For now i'm using the ugly fix:
((functionp sym-name)
(or (documentation sym-name) "no documentation (2)"))
Regards,
Hugo
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode