Variable: hfy-tags-rmap
hfy-tags-rmap is a variable defined in htmlfontify.el.gz.
Value
nil
Documentation
Alist of the form (("/src/dir" . tag-rmap-hash))
where tag-rmap-hash has entries of the form:
"tag_string" => ( "file/name.ext" line char )
Unlike hfy-tags-cache these are the locations of occurrences of
tagged items, not the locations of their definitions.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-tags-rmap nil
"Alist of the form ((\"/src/dir\" . tag-rmap-hash))
where tag-rmap-hash has entries of the form:
\"tag_string\" => ( \"file/name.ext\" line char )
Unlike `hfy-tags-cache' these are the locations of occurrences of
tagged items, not the locations of their definitions.")