Variable: widget-documentation-link-type

widget-documentation-link-type is a customizable variable defined in wid-edit.el.gz.

Value

documentation-link

Documentation

Widget type used for links in documentation strings.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-documentation-link-type 'documentation-link
  "Widget type used for links in documentation strings."
  :type 'symbol
  :group 'widget-documentation)