emacs-commentary-link
Syntax:
type ::= (emacs-commentary-link [keyword argument]... file)
A widget to represent a link to the Comment section of an Emacs Lisp file. Its super is the link widget.
link
It overrides the :action property, to a function to find the file file and put point in the Comment section.
:action
file
Example:
(widget-create 'emacs-commentary-link :button-prefix "" :button-suffix "" :tag "Check our good friend Customize" "cus-edit.el")
The
emacs-commentary-linkWidget Syntax:
A widget to represent a link to the Comment section of an Emacs Lisp file. Its super is the
linkwidget.It overrides the
:actionproperty, to a function to find the filefileand put point in the Comment section.Example: