This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

set procedure docs from C



In Guile this works:

guile> (define (foo) "docs" (+ 1 1))
guile> (procedure-documentation foo)
"docs"

and I see scm_procedure_documentation(), but I can't seem to find
scm_set_procedure_documentation().

Can someone point me in the right direction?

If there is none, is it reasonable to store docs in the property list?

Thanks,
Havoc