diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-08 20:02:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-08 20:02:25 +0000 |
commit | 46d69a521ad389ffb333e022fae6bfbf4f2c7c4a (patch) | |
tree | 0be8d3ab8bcc5d5067c8dc6977701d5749dbfe80 /lisp/calendar/cal-iso.el | |
parent | 734254f926d72483065ae5eca6d9358aa3c45362 (diff) | |
download | emacs-46d69a521ad389ffb333e022fae6bfbf4f2c7c4a.tar.gz |
(calendar-iso-read-args): Doc fix.
Diffstat (limited to 'lisp/calendar/cal-iso.el')
-rw-r--r-- | lisp/calendar/cal-iso.el | 4 |
1 files changed, 3 insertions, 1 deletions
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): " |