Document also the cal-format mini module.

This commit is contained in:
Dominik Pantůček 2023-05-13 17:29:29 +02:00
parent 923faa0e84
commit 8d3bb51290

View file

@ -333,3 +333,14 @@ Parses the string and returns a valid cal-day structure.
Tries parsing the string as cal-day and returns the result upon
success. Upon failure, parses the string as cal-month.
### Format
(import cal-format)
A module for formatting various calendar structures.
(cal-format v)
* ```v``` - a valid cal-day or cal-month
Returns the textual ISO representation of given day or month.