Function: customize

customize is an autoloaded, interactive and byte-compiled function defined in cus-edit.el.gz.

Signature

(customize)

Documentation

Select a customization buffer which you can use to set user options.

User options are structured into "groups". Initially the top-level group Emacs and its immediate subgroups are shown; the contents of those subgroups are initially hidden.

View in manual

Probably introduced at or before Emacs version 20.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;;###autoload
(defun customize ()
  "Select a customization buffer which you can use to set user options.
User options are structured into \"groups\".
Initially the top-level group `Emacs' and its immediate subgroups
are shown; the contents of those subgroups are initially hidden."
  (interactive)
  (customize-group 'emacs))