aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert1995-11-30 03:25:04 +0000
committerPaul Eggert1995-11-30 03:25:04 +0000
commitaeaa056e2606cf69a9b8eccc2cffa6019a16e3c3 (patch)
tree1729a6200c9e7607e8041120b15d73336a56f5cc
parenta69472b34508dba6bbe4f0c443c82c7a16f899d7 (diff)
downloademacs-aeaa056e2606cf69a9b8eccc2cffa6019a16e3c3.tar.gz
emacs-aeaa056e2606cf69a9b8eccc2cffa6019a16e3c3.zip
(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."
282 282
283(defun calendar-next-calendar-round-date 283(defun calendar-next-calendar-round-date
284 (tzolkin-date haab-date &optional noecho) 284 (tzolkin-date haab-date &optional noecho)
285 "Move cursor to next instance of Mayan HAAB-DATE TZOKLIN-DATE combination. 285 "Move cursor to next instance of Mayan HAAB-DATE TZOLKIN-DATE combination.
286Echo Mayan date if NOECHO is t." 286Echo Mayan date if NOECHO is t."
287 (interactive (list (calendar-read-mayan-tzolkin-date) 287 (interactive (list (calendar-read-mayan-tzolkin-date)
288 (calendar-read-mayan-haab-date))) 288 (calendar-read-mayan-haab-date)))
@@ -299,7 +299,7 @@ Echo Mayan date if NOECHO is t."
299 299
300(defun calendar-previous-calendar-round-date 300(defun calendar-previous-calendar-round-date
301 (tzolkin-date haab-date &optional noecho) 301 (tzolkin-date haab-date &optional noecho)
302 "Move to previous instance of Mayan TZOKLIN-DATE HAAB-DATE combination. 302 "Move to previous instance of Mayan TZOLKIN-DATE HAAB-DATE combination.
303Echo Mayan date if NOECHO is t." 303Echo Mayan date if NOECHO is t."
304 (interactive (list (calendar-read-mayan-tzolkin-date) 304 (interactive (list (calendar-read-mayan-tzolkin-date)
305 (calendar-read-mayan-haab-date))) 305 (calendar-read-mayan-haab-date)))