Variable: widget-documentation-links

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

Value

t

Documentation

Add hyperlinks to documentation strings when non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-documentation-links t
  "Add hyperlinks to documentation strings when non-nil."
  :type 'boolean
  :group 'widget-documentation)