From 46d69a521ad389ffb333e022fae6bfbf4f2c7c4a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 8 Mar 2008 20:02:25 +0000 Subject: [PATCH] (calendar-iso-read-args): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/calendar/cal-iso.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8dbd4b2caf..ed65a893f3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -26,6 +26,8 @@ * calendar/cal-coptic.el (coptic-name): Add doc string. + * calendar/cal-iso.el (calendar-iso-read-args): Doc fix. + * calendar/cal-persia.el (persian-calendar-month-name-array) (persian-calendar-epoch): Make constants. diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 9df35d5f40a..2a12dd66c04 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el @@ -95,7 +95,9 @@ Defaults to today's date if DATE is not given." (calendar-iso-date-string (calendar-cursor-to-date t)))) (defun calendar-iso-read-args (&optional dayflag) - "Interactively read the arguments for an iso date command." + "Interactively read the arguments for an iso date command. +Reads a year and week, and if DAYFLAG is non-nil a day (otherwise +taken to be 1)." (let* ((today (calendar-current-date)) (year (calendar-read "ISO calendar year (>0): " -- 2.39.2