Package: liber

Function liber:symbol-documentation

Lambda List

liber:symbol-documentation (symbol)

Syntax

(liber:symbol-documentation symbol) => docstring
(setf (liber-symbol-documentation symbol) docstring)

Arguments

symbol -- an external symbol for the package
docstring -- a string for the documentation string

Details

Gets or sets the documentation string for an external symbol.
2025-09-04