summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1995-11-30 03:25:04 +0000
committerPaul Eggert <eggert@twinsun.com>1995-11-30 03:25:04 +0000
commitaeaa056e2606cf69a9b8eccc2cffa6019a16e3c3 (patch)
tree1729a6200c9e7607e8041120b15d73336a56f5cc /lisp/calendar
parenta69472b34508dba6bbe4f0c443c82c7a16f899d7 (diff)
downloademacs-aeaa056e2606cf69a9b8eccc2cffa6019a16e3c3.tar.gz
(calendar-next-calendar-round-date, calendar-previous-calendar-round-date):
Doc fix.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-mayan.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el
index 1a602c75290..24856ef0209 100644
--- a/lisp/calendar/cal-mayan.el
+++ b/lisp/calendar/cal-mayan.el
@@ -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)))