This is the mail archive of the guile@sourceware.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]

Re: Documentation procedure


Keith Wright <kwright@tiac.net> writes:

> I propose a procedure:
> 
> (DOCUMENT-VALUE string value)
>   -- attach string to the value in such a way that
> the various auto-documentation procedures can get it
> back again.  Return the value.

How about:
        (documentation VALUE)
        Returns documentation string associated with VALUE
        (usually a procedure).

        (set! (documentation VALUE) DOC-STRING)
        Associate the documentation string DOC-STRING with VALUE.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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