Variable: cal-html-e-document-string

cal-html-e-document-string is a variable defined in cal-html.el.gz.

Value

"<BR><BR>\n</BODY>\n</HTML>"

Documentation

HTML code for end of page.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
;;; HTML and CSS code constants.

(defconst cal-html-e-document-string "<BR><BR>\n</BODY>\n</HTML>"
  "HTML code for end of page.")