From 8d3bb51290bdce76fba0a5ab20baa8cbbab4b29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sat, 13 May 2023 17:29:29 +0200 Subject: [PATCH] Document also the cal-format mini module. --- doc/calendar.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/calendar.md b/doc/calendar.md index bab5a64..b93998c 100644 --- a/doc/calendar.md +++ b/doc/calendar.md @@ -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.