From: Paul Eggert Date: Thu, 30 Nov 1995 03:25:04 +0000 (+0000) Subject: (calendar-next-calendar-round-date, calendar-previous-calendar-round-date): X-Git-Tag: emacs-19.34~2188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeaa056e2606cf69a9b8eccc2cffa6019a16e3c3;p=emacs.git (calendar-next-calendar-round-date, calendar-previous-calendar-round-date): Doc fix. --- 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)))