Function: customize-object

customize-object is an autoloaded and byte-compiled function defined in eieio-custom.el.gz.

Signature

(customize-object OBJ &optional GROUP)

Documentation

Customize OBJ in a custom buffer.

Optional argument GROUP is the sub-group of slots to display.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-custom.el.gz
;;;###autoload
(defun customize-object (obj &optional group)
  "Customize OBJ in a custom buffer.
Optional argument GROUP is the sub-group of slots to display."
  (eieio-customize-object obj group))