mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(calendar-iso-read-args): Doc fix.
This commit is contained in:
parent
734254f926
commit
46d69a521a
@ -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.
|
||||
|
||||
|
@ -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): "
|
||||
|
Loading…
Reference in New Issue
Block a user