Variable: hfy-end-span-handler
hfy-end-span-handler is a variable defined in htmlfontify.el.gz.
Value
hfy-end-span
Documentation
Handler to end a span of text.
The signature of the handler is (lambda () ...). The handler must insert appropriate tags to end a span of text.
The default handler is hfy-end-span.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-end-span-handler #'hfy-end-span
"Handler to end a span of text.
The signature of the handler is \(lambda () ...). The handler
must insert appropriate tags to end a span of text.
The default handler is `hfy-end-span'.")