Function: customize-apropos-groups
customize-apropos-groups is an autoloaded, interactive and
byte-compiled function defined in cus-edit.el.gz.
Signature
(customize-apropos-groups REGEXP)
Documentation
Customize all loaded groups matching REGEXP.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;;###autoload
(defun customize-apropos-groups (regexp)
"Customize all loaded groups matching REGEXP."
(interactive (list (apropos-read-pattern "groups")))
(customize-apropos regexp 'groups))