summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r--lisp/ldg-reconcile.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index 25d2e981..cae27a01 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -83,7 +83,6 @@
(defun ledger-reconcile-toggle ()
(interactive)
(let ((where (get-text-property (point) 'where))
- (account ledger-acct)
(inhibit-read-only t)
status)
(when (ledger-reconcile-get-buffer where)
@@ -173,7 +172,9 @@
(ledger-display-balance))
(defun ledger-reconcile-finish ()
- "Mark all pending transactions as cleared, save the buffers and exit reconcile mode"
+ "Mark all pending posting or transactions as cleared, depending
+ on ledger-reconcile-clear-whole-transactions, save the buffers
+ and exit reconcile mode"
(interactive)
(save-excursion
(goto-char (point-min))