(applyhook function-documentation "
Applyhook is not available on euslisp, use evalhook instead.")
(boundp function-documentation "
Args: (symbol)
Returns T if the global variable named SYMBOL has a value; NIL otherwise.")
(char-lessp function-documentation "
Args: (char &rest more-chars)
Returns T if the character codes of CHARs are in increasing order; NIL
otherwise.  For lower-case characters, codes of corresponding upper-case
characters are used.")
(commonp function-documentation "
Args: (x)
Returns T if X is a Common Lisp object; NIL otherwise.")
(complexp function-documentation "
Args: (x)
Returns T if X is a complex number; NIL otherwise.")
(consp function-documentation "
Args: (x)
Returns T if X is a cons; NIL otherwise.")
(exp function-documentation "
Args: (number)
Returns E raised to the power NUMBER, where E is the base of natural
logarithms.")
(ldiff function-documentation "
Args: (list x)
If X is a cons that constitutes LIST, then returns a new list consisting of
those elements of LIST that appear before X.  Otherwise, returns a copy of
LIST.")
(minusp function-documentation "
Args: (number)
Returns T if NUMBER is negative; NIL otherwise.")
(pathname-directory function-documentation "
Args: (filespec)
Returns the directory slot of the pathname specified by FILESPEC.  FILESPEC
may be a symbol, a string, a pathname, or a file stream.")
(*notify-gbc* variable-documentation "
KCL specific.
If the value of this variable is non-NIL, then the garbage collector notifies
that it begins to run whenever it is invoked.  Otherwise, garbage collection
begins silently.")
