Function: cal-tex-hspace
cal-tex-hspace is a byte-compiled function defined in cal-tex.el.gz.
Signature
(cal-tex-hspace SPACE)
Documentation
Insert hspace command to move SPACE horizontally.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defun cal-tex-hspace (space)
"Insert hspace command to move SPACE horizontally."
(cal-tex-cmd "\\hspace*" space))