Function: custom-browse-variable-tag-action
custom-browse-variable-tag-action is a byte-compiled function defined
in cus-edit.el.gz.
Signature
(custom-browse-variable-tag-action WIDGET &rest IGNORE)
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-browse-variable-tag-action (widget &rest _ignore)
(let ((parent (widget-get widget :parent)))
(customize-variable-other-window (widget-value parent))))