Function Documentation



In Maxima, the describe function can get documentation for some 
function. For example, "describe(abs)" returns documentation on the abs 
function. Is there any way to define documentation for user-defined 
functions? For example, if I have a function "foo", is there any way to 
define a doc string such that describe(foo) would return that string?