diff options
author | Craig Earls <enderw88@gmail.com> | 2013-03-06 21:13:06 -0500 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-03-06 21:13:06 -0500 |
commit | 27d27ecb6c5be3a9523fd4efc895b6d0b2a6cfb4 (patch) | |
tree | 35e45d46c2cfd17953a522f52106d9c0e17925f4 /lisp/ldg-reconcile.el | |
parent | 81eeb210e8e2b33077624fd9d0fd3ef63837701a (diff) | |
download | fork-ledger-27d27ecb6c5be3a9523fd4efc895b6d0b2a6cfb4.tar.gz fork-ledger-27d27ecb6c5be3a9523fd4efc895b6d0b2a6cfb4.tar.bz2 fork-ledger-27d27ecb6c5be3a9523fd4efc895b6d0b2a6cfb4.zip |
Account auto formatting now works with tab completion
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r-- | lisp/ldg-reconcile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index fd452004..7b3df459 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -397,7 +397,7 @@ POSTING is used in `ledger-clear-whole-transactions' is nil." (defvar ledger-reconcile-mode-abbrev-table) (defun ledger-reconcile-change-target () - "Change the traget amount for the reconciliation process." + "Change the target amount for the reconciliation process." (interactive) (setq ledger-target (ledger-read-commodity-string "Set reconciliation target"))) |