documentation

Name

documentation -- Print the documentation for the string or symbol.

Synopsis

(documentation func #&optional (port (current-output-port)))

Description

Print the documentation for the string or symbol. Works by searching through the files listed in doc-files. Returns #t if any documentation was found, #f otherwise.

Implementation Notes

Module: (app scwm doc)

Defined in scheme/doc.scm at line 25 (CVS log)