Fix #986 and improve documentation.

This commit is contained in:
thdox 2014-05-18 11:32:59 +02:00
parent 762546d34b
commit 5642eade57

View file

@ -75,8 +75,8 @@ reconcile-finish will mark all pending posting cleared."
:type 'string :type 'string
:group 'ledger-reconcile) :group 'ledger-reconcile)
(defcustom ledger-reconcile-sort-key "(date)" (defcustom ledger-reconcile-sort-key "(0)"
"Default key for sorting reconcile buffer. For no sorting by default, use '(0)'." "Default key for sorting reconcile buffer. Possible values are '(date)', '(amount)', '(payee)'. For no sorting, i.e. using ledger file order, use '(0)'."
:type 'string :type 'string
:group 'ledger-reconcile) :group 'ledger-reconcile)