Variable: cal-tex-month-hook
cal-tex-month-hook is a customizable variable defined in
cal-tex.el.gz.
Value
nil
Documentation
List of functions called after a LaTeX month calendar buffer is generated.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defcustom cal-tex-month-hook nil
"List of functions called after a LaTeX month calendar buffer is generated."
:type 'hook
:group 'calendar-tex)