Function: cal-html-h1
cal-html-h1 is a byte-compiled function defined in cal-html.el.gz.
Signature
(cal-html-h1 STRING)
Documentation
Return STRING as html header h1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defun cal-html-h1 (string)
"Return STRING as html header h1."
(format "\n <H1>%s</H1>\n" string))