diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/cal-mayan.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index 357455aec45..9fbf0b08d65 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el @@ -60,7 +60,8 @@ "Number of days of the Mayan calendar epoch before absolute day 0. According to the Goodman-Martinez-Thompson correlation. This correlation is not universally accepted, as it still a subject of astro-archeological -research. Using 1232041 will give you the correlation used by Spinden.") +research. Using 1232041 will give you Spinden's correlation; using +1142840 will give you Hochleitner's correlation.") (defconst calendar-mayan-haab-at-epoch '(8 . 18) "Mayan haab date at the epoch.") |