Most of the LispWorks Reference Manual is organized by package: each chapter contains reference material for the exported symbols in a given package. The chapters are organized alphabetically by package name. The exception is the last chapter which contains reference material for C functions. Within each chapter, the symbols are organized alphabetically (ignoring non-alphanumeric characters that are common in Lisp symbols, such as *). The chapters are:
COMMON-LISP
package. You should refer to the Common Lisp Hyperspec, supplied in HTML format with LispWorks, for full documentation about standard Common Lisp symbols.
COMPILER
package.
DBG
package, used to configure the debugging information produced by LispWorks.
DSPEC
package, which are used for naming and locating definitions.
EXTERNAL-FORMAT
package.
HCL
package.
LINK-LOAD
package. It applies to LispWorks for UNIX only (not LispWorks for Linux or LispWorks for FreeBSD).
LISPWORKS
package.
MP
package, giving you access to the multi-processing capabilities of LispWorks.
PARSERGEN
package, the LispWorks parser generator.
STREAM
package that provide users with the functionality to define their own streams for use by the standard I/O functions.
SYSTEM
package.
WIN32
package. It applies only to LispWorks for Windows.Many chapters in the LispWorks Reference Manual should be used in conjunction with relevant chapters in the LispWorks User Guide that describe use of the module pertaining to the package.
Reference material for some aspects of LispWorks can be found in places other than this manual.
CAPI
package, and related packages
GP
and
COLOR
.