Function: cal-html-h3

cal-html-h3 is a byte-compiled function defined in cal-html.el.gz.

Signature

(cal-html-h3 STRING)

Documentation

Return STRING as html header h3.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defun cal-html-h3 (string)
  "Return STRING as html header h3."
  (format "\n        <H3>%s</H3>\n" string))