• Scieneer Common Lisp 1.3.9 online documentation

    documentation x doc-type[Generic Function]

    Returns the documentation string of doc-type for x, or nil if none exists. System doc-types are variable, function, structure, type, setf, compiler-macro, method-combination, and t.

    (setf (documentation x doc-type) new-value)[Generic Function]

    Returns the documentation string of doc-type for x, or nil if none exists. System doc-types are variable, function, structure, type, setf, compiler-macro, method-combination, and t.

  •