Function: custom-group-link-action

custom-group-link-action is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-group-link-action WIDGET &rest IGNORE)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-group-link-action (widget &rest _ignore)
  (customize-group (widget-value widget)))