diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1994-12-08 18:51:35 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1994-12-08 18:51:35 +0000 |
commit | 3563dce9625e83c90b222ac3c58b135bd71accea (patch) | |
tree | 046cda69db4b676604a52992dac2c177557e8af7 | |
parent | cedca18fed8e54144603cf873c6e055d5853c85c (diff) | |
download | emacs-3563dce9625e83c90b222ac3c58b135bd71accea.tar.gz |
Mention Hochleitner's correlation.
-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.") |