Function: calendar-mayan-long-count-to-string

calendar-mayan-long-count-to-string is a byte-compiled function defined in cal-mayan.el.gz.

Signature

(calendar-mayan-long-count-to-string MAYAN-LONG-COUNT)

Documentation

Convert MAYAN-LONG-COUNT into traditional written form.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-mayan.el.gz
(defun calendar-mayan-long-count-to-string (mayan-long-count)
  "Convert MAYAN-LONG-COUNT into traditional written form."
  (apply 'format (cons "%s.%s.%s.%s.%s" mayan-long-count)))