]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-next-calendar-round-date, calendar-previous-calendar-round-date):
authorPaul Eggert <eggert@twinsun.com>
Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)
committerPaul Eggert <eggert@twinsun.com>
Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)
Doc fix.

lisp/calendar/cal-mayan.el

index 1a602c75290bfddc8d3ba89c45944c643acd5756..24856ef0209e80a64b9ff3c503764e95e8903b78 100644 (file)
@@ -282,7 +282,7 @@ Returns nil if such a tzolkin-haab combination is impossible."
 
 (defun calendar-next-calendar-round-date
   (tzolkin-date haab-date &optional noecho)
-  "Move cursor to next instance of Mayan HAAB-DATE TZOKLIN-DATE combination.
+  "Move cursor to next instance of Mayan HAAB-DATE TZOLKIN-DATE combination.
 Echo Mayan date if NOECHO is t."
   (interactive (list (calendar-read-mayan-tzolkin-date)
                      (calendar-read-mayan-haab-date)))
@@ -299,7 +299,7 @@ Echo Mayan date if NOECHO is t."
 
 (defun calendar-previous-calendar-round-date
   (tzolkin-date haab-date &optional noecho)
-  "Move to previous instance of Mayan TZOKLIN-DATE HAAB-DATE combination.
+  "Move to previous instance of Mayan TZOLKIN-DATE HAAB-DATE combination.
 Echo Mayan date if NOECHO is t."
   (interactive (list (calendar-read-mayan-tzolkin-date)
                      (calendar-read-mayan-haab-date)))