The info-link Widget
Syntax:
bash
type ::= (info-link [keyword argument]... address)A widget to represent a link to an info file. Its super is the link widget.
It overrides the :action property, to a function to start the built-in Info reader on address, when invoked.
Example:
emacs-lisp
(widget-create 'info-link
:button-prefix ""
:button-suffix ""
:tag "Browse this manual"
"(widget) info-link")))