summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ledger-xact.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ledger-xact.el b/lisp/ledger-xact.el
index 849a9128..52b89583 100644
--- a/lisp/ledger-xact.el
+++ b/lisp/ledger-xact.el
@@ -127,6 +127,7 @@ MOMENT is an encoded date"
(forward-line))))
(defun ledger-year-and-month ()
+ "Return the current year and month, separated by / (or -, depending on LEDGER-USE-ISO-DATES)."
(let ((sep (if ledger-use-iso-dates
"-"
"/")))