Variable: doc-id-online-regexp

doc-id-online-regexp is a variable defined in hib-doc-id.el.

Value

"^Online-Loc:[  ]*\"\\([^\"	
\n\f]+\\)\""

Documentation

Regexp with 1st grouping matching a double quoted index entry implicit button.

The implicit button displays an online document.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-doc-id.el
(defvar doc-id-online-regexp "^Online-Loc:[ \t]*\"\\([^\"\t\r\n\f]+\\)\""
  "Regexp with 1st grouping matching a double quoted index entry implicit button.
The implicit button displays an online document.")