Function: cal-tex-vspace

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

Signature

(cal-tex-vspace SPACE)

Documentation

Insert vspace command to move SPACE vertically.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defun cal-tex-vspace (space)
  "Insert vspace command to move SPACE vertically."
  (cal-tex-cmd "\\vspace*" space))