lispdoc - results for documentation |
(documentation slotd doc-type) | Function: Return the documentation string of Doc-Type for X, or NIL if none exists. System doc-types are VARIABLE, FUNCTION, STRUCTURE, TYPE, SETF, and T. Function documentation is stored separately for function names and objects: DEFUN, LAMBDA, &co create function objects with the specified documentation strings. (SETF (DOCUMENTATION NAME 'FUNCTION) STRING) sets the documentation string stored under the specified name, and (SETF (DOCUMENTATION FUNC T) STRING) sets the documentation string stored in the function object. (DOCUMENTATION NAME 'FUNCTION) returns the documentation stored under the function name if any, and falls back on the documentation in the function object if necessary.
|
| Mentioned in: CLtL2 - 19.2. How to Use Defstruct CLtL2 - 25. Miscellaneous Features CLtL2 - 25.2. Documentation CLtL2 - 28.2. Functions in the Programmer Interface CLtL2 - 4.7. Defining New Type Specifiers CLtL2 - 5.3.1. Defining Named Functions CLtL2 - 5.3.2. Declaring Global Variables and Named Constants CLtL2 - 8.1. Macro Definition HyperSpec - 1.5.1.2 Documentation of Implementation-Dependent Features HyperSpec - 1.5.1.3 Documentation of Extensions HyperSpec - 13.1.10 Documentation of Implementation-Defined Scripts HyperSpec - 3.4.11 Syntactic Interaction of Documentation Strings and Declarations HyperSpec - Standard Generic Function DOCUMENTATION, (SETF DOCUMENTATION) PCL - defining new functions Successful Lisp - chapter10 Successful Lisp - lesson 5 | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |