Variable: widget-documentation-link-regexp

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

Value

"['`‘]\\([^\n `'‘’]+\\)['’]"

Documentation

Regexp for matching potential links in documentation strings.

The first group should be the link itself.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-documentation-link-regexp "['`‘]\\([^\n `'‘’]+\\)['’]"
  "Regexp for matching potential links in documentation strings.
The first group should be the link itself."
  :type 'regexp
  :group 'widget-documentation)