Function: widget-emacs-library-link-action
widget-emacs-library-link-action is a byte-compiled function defined
in wid-edit.el.gz.
Signature
(widget-emacs-library-link-action WIDGET &optional EVENT)
Documentation
Find the Emacs library file specified by WIDGET.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-emacs-library-link-action (widget &optional _event)
"Find the Emacs library file specified by WIDGET."
(find-file (locate-library (widget-value widget))))