Variable: custom-browse-only-groups

custom-browse-only-groups is a customizable variable defined in cus-edit.el.gz.

Value

nil

Documentation

If non-nil, show group members only within each customization group.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-browse-only-groups nil
  "If non-nil, show group members only within each customization group."
  :type 'boolean
  :group 'custom-browse)