Variable: help-xref-info-regexp

help-xref-info-regexp is a variable defined in help-mode.el.gz.

Value

"\\<[Ii]nfo[         \n]+\\(node\\|anchor\\)[        \n]+['`‘]\\([^'’]+\\)['’]"

Documentation

Regexp matching doc string references to an Info node.

Source Code

;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defconst help-xref-info-regexp
  "\\<[Ii]nfo[ \t\n]+\\(node\\|anchor\\)[ \t\n]+['`‘]\\([^'’]+\\)['’]"
  "Regexp matching doc string references to an Info node.")