diff options
author | Craig Earls <enderw88@gmail.com> | 2013-09-24 13:02:19 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-09-24 13:02:19 -0700 |
commit | 7507215a372f5d5b29602ce3aa3fc64ce05759ec (patch) | |
tree | dfb82333543a123d70053a9997713bf4fdb6510e /doc | |
parent | 36ea8a4fba5bc399c5439a05c9b3f96780d5e979 (diff) | |
parent | b23616abc0161b2bff7b6d9e15d626c8af819e3f (diff) | |
download | fork-ledger-7507215a372f5d5b29602ce3aa3fc64ce05759ec.tar.gz fork-ledger-7507215a372f5d5b29602ce3aa3fc64ce05759ec.tar.bz2 fork-ledger-7507215a372f5d5b29602ce3aa3fc64ce05759ec.zip |
Merge pull request #212 from bentglasstube/master
Fix reference to old pattern negation syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 83d0368f..4e544ef3 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1085,7 +1085,7 @@ assets is greater than the absolute value of your starting equity, it means you are making money. Clear as mud? Keep thinking about it. Until you figure it out, put -@code{-Equity} at the end of your balance command, to remove the +@code{not Equity} at the end of your balance command, to remove the confusing figure from the total. @node Dealing with Petty Cash, Working with multiple funds and accounts, Understanding Equity, Principles of Accounting with Ledger |