Function: hfy-end-span

hfy-end-span is a byte-compiled function defined in htmlfontify.el.gz.

Signature

(hfy-end-span)

Documentation

Default handler to end a span of text.

Insert "</span>". See hfy-end-span-handler for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun hfy-end-span ()
  "Default handler to end a span of text.
Insert \"</span>\".  See `hfy-end-span-handler' for more
information."
  (insert "</span>"))