Function: cal-html-th
cal-html-th is a byte-compiled function defined in cal-html.el.gz.
Signature
(cal-html-th STRING)
Documentation
Return STRING as html table header.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defun cal-html-th (string)
"Return STRING as html table header."
(format "%s%s%s" cal-html-b-tableheader-string string
cal-html-e-tableheader-string))