Function: cal-tex-e-framebox
cal-tex-e-framebox is a byte-compiled function defined in
cal-tex.el.gz.
Signature
(cal-tex-e-framebox)
Documentation
Insert end of framebox.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defun cal-tex-e-framebox ()
"Insert end of framebox."
(cal-tex-comment)
(insert "}")
(cal-tex-comment "end framebox"))