summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2015-04-05 09:37:45 -0700
committerCraig Earls <enderw88@gmail.com>2015-04-05 09:37:45 -0700
commit86e11c14b6ee0d8ce831617c5b9c81113230ed81 (patch)
treea305aacf55b88e5f72a4565682e1117e67a443ca /doc
parent4aab1078aea6c92cccbad2b54b10904b0f7b2531 (diff)
parentf5ba76442c45a87f2eefe46c78a18ff291d85166 (diff)
downloadfork-ledger-86e11c14b6ee0d8ce831617c5b9c81113230ed81.tar.gz
fork-ledger-86e11c14b6ee0d8ce831617c5b9c81113230ed81.tar.bz2
fork-ledger-86e11c14b6ee0d8ce831617c5b9c81113230ed81.zip
Merge pull request #411 from thdox/bug-1060
[emacs] Fix bug 1060.
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger-mode.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index 7cc076b8..9a70faff 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -606,11 +606,17 @@ mark the transaction if appropriate.
@node Finalize Reconciliation, Adding and Deleting Transactions during Reconciliation, Edit Transactions During Reconciliation, The Reconcile Buffer
@section Finalize Reconciliation
@cindex reconciliation, finalizing
+@kindex C-c C-c
+@kindex q
Once you have marked all transactions as pending and the cleared balance
is correct. Finish the reconciliation by typing @kbd{C-c C-c}. This
marks all pending transactions as cleared and saves the ledger buffer.
+Type @kbd{q} to close out the reconciliation buffer. If variable
+@var{ledger-reconcile-finish-force-quit} is set, the reconciliation
+buffer will be killed automatically after @kbd{C-c C-c}.
+
@node Adding and Deleting Transactions during Reconciliation, Changing Reconciliation Account, Finalize Reconciliation, The Reconcile Buffer
@section Adding and Deleting Transactions during Reconciliation
@kindex a
@@ -996,6 +1002,9 @@ ledger file order. Defaults to '(0)'.
If t, prompt for effective date when clearing transactions during
reconciliation.
+@item ledger-reconcile-finish-force-quit nil
+If t, will force closing reconcile window after @kbd{C-c C-c}.
+
@end ftable
@node Ledger Report Customization Group, Ledger Faces Customization Group, Ledger Reconcile Customization Group, Customization Variables