Variable: doc-id-indices

doc-id-indices is a variable defined in hib-doc-id.el.

Value

nil

Documentation

List of pathnames in which to search for site-specific document index entries.

Each file must utilize a hyrolo record format, with each record start delimited by doc-id-index-entry-regexp.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-doc-id.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar doc-id-indices '()
  "List of pathnames in which to search for site-specific document index entries.
Each file must utilize a hyrolo record format, with each record start
delimited by `doc-id-index-entry-regexp'.")