Variable: custom-magic-show-hidden

custom-magic-show-hidden is a customizable variable defined in cus-edit.el.gz.

Value

(option face)

Documentation

Control whether the State button is shown for hidden items.

The value should be a list with the custom categories where the State button should be visible. Possible categories are group, option, and face.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-magic-show-hidden '(option face)
  "Control whether the State button is shown for hidden items.
The value should be a list with the custom categories where the State
button should be visible.  Possible categories are `group', `option',
and `face'."
  :type '(set (const group) (const option) (const face))
  :group 'custom-buffer)