summaryrefslogtreecommitdiff
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
commit51f03737b218caa60c48fef3c2ba036afb9859e4 (patch)
treec07557a54e9bd254b8141c085e5a9a094eace320
parentcafe94178cb0901fb4471b191e05ddceeb1b9f01 (diff)
downloademacs-51f03737b218caa60c48fef3c2ba036afb9859e4.tar.gz
(calendar-next-calendar-round-date, calendar-previous-calendar-round-date):
Doc fix.
-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)))