]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-iso-read-args): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 20:02:25 +0000 (20:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 20:02:25 +0000 (20:02 +0000)
lisp/ChangeLog
lisp/calendar/cal-iso.el

index d8dbd4b2caf89b4aba08458778ccbd54282a9344..ed65a893f3ad9d6b9855f8eb98011872f8234627 100644 (file)
@@ -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.
 
index 9df35d5f40a8a7d7eb96d0aae4074c2fef666486..2a12dd66c04b8a5d97fad2f0d292e964d940619b 100644 (file)
@@ -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): "