Function: cl-generic-function-options

cl-generic-function-options is a byte-compiled function defined in cl-generic.el.gz.

Signature

(cl-generic-function-options GENERIC)

Documentation

Return the options of the generic function GENERIC.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-generic.el.gz
(defun cl-generic-function-options (generic)
  "Return the options of the generic function GENERIC."
  (cl--generic-options generic))