Variable: widget-documentation-link-p

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

Value

intern-soft

Documentation

Predicate used to test if a string is useful as a link.

The value should be a function. The function will be called with one argument, a string, and should return non-nil if there should be a link for that string.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-documentation-link-p 'intern-soft
  "Predicate used to test if a string is useful as a link.
The value should be a function.  The function will be called with one
argument, a string, and should return non-nil if there should be a
link for that string."
  :type 'function
  :options '(widget-documentation-link-p)
  :group 'widget-documentation)