Function: widget-emacs-commentary-link-action

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

Signature

(widget-emacs-commentary-link-action WIDGET &optional EVENT)

Documentation

Find the Commentary section of the Emacs file specified by WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-emacs-commentary-link-action (widget &optional _event)
  "Find the Commentary section of the Emacs file specified by WIDGET."
  (finder-commentary (widget-value widget)))