Variable: hfy-page-footer

hfy-page-footer is a customizable variable defined in htmlfontify.el.gz.

Value

hfy-default-footer

Documentation

As hfy-page-header, but generates the output footer.

It takes only one argument, the filename.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-page-footer #'hfy-default-footer
  "As `hfy-page-header', but generates the output footer.
It takes only one argument, the filename."
  :tag   "page-footer"
  :type  '(function))