Function: widget-variable-link-action

widget-variable-link-action is a byte-compiled function defined in wid-edit.el.gz.

Signature

(widget-variable-link-action WIDGET &optional EVENT)

Documentation

Show the variable specified by WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-variable-link-action (widget &optional _event)
  "Show the variable specified by WIDGET."
  (describe-variable (widget-value widget)))