Function: cal-html-b-table
cal-html-b-table is a byte-compiled function defined in
cal-html.el.gz.
Signature
(cal-html-b-table ARG)
Documentation
Return table tag with attribute ARG.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defun cal-html-b-table (arg)
"Return table tag with attribute ARG."
(format "\n<TABLE %s>\n" arg))