Function: cal-tex-e-makebox

cal-tex-e-makebox is a byte-compiled function defined in cal-tex.el.gz.

Signature

(cal-tex-e-makebox)

Documentation

Insert end of makebox.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defun cal-tex-e-makebox ()
  "Insert end of makebox."
  (cal-tex-comment)
  (insert "}")
  (cal-tex-comment "end makebox"))