summaryrefslogtreecommitdiff
path: root/ledger.el
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.el')
-rw-r--r--ledger.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger.el b/ledger.el
index eb9eed6f..643b868b 100644
--- a/ledger.el
+++ b/ledger.el
@@ -241,7 +241,7 @@ Return the difference in the format of a time value."
(forward-line)))
(defun ledger-auto-reconcile (balance date)
- (interactive "sReconcile to balance: \nsStatement date: ")
+ (interactive "sReconcile to balance (negative for a liability): \nsStatement date: ")
(let ((buffer ledger-buf)
(account ledger-acct) cleared)
;; attempt to auto-reconcile in the background