Variable: cal-html-html-subst-list

cal-html-html-subst-list is a variable defined in cal-html.el.gz.

Value

(("&" . "&")
 ("\n" . "<BR>\n"))

Documentation

Alist of symbols and their HTML replacements.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defconst cal-html-html-subst-list
  '(("&" . "&amp;")
    ("\n" . "<BR>\n"))
  "Alist of symbols and their HTML replacements.")