Function: htmlfontify-run-etags
htmlfontify-run-etags is an interactive and byte-compiled function
defined in htmlfontify.el.gz.
Signature
(htmlfontify-run-etags SRCDIR)
Documentation
Load the etags cache for SRCDIR.
See also hfy-load-tags-cache.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun htmlfontify-run-etags (srcdir)
"Load the etags cache for SRCDIR.
See also `hfy-load-tags-cache'."
(interactive "D source directory: ")
(hfy-load-tags-cache (directory-file-name srcdir)))