summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ledger3.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index e61805d7..e854260a 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -902,7 +902,7 @@ file:
And two in your company ledger file:
@smallexample
-!account Company XYZ
+apply account Company XYZ
2004/09/29 Circuit City
Expenses:Computer:Software $100.00
@@ -912,10 +912,10 @@ And two in your company ledger file:
Accounts Payable:Your Name $100.00
Assets:Checking $-100.00
-!end
+end apply account
@end smallexample
-(Note: The @samp{!account} above means that all accounts mentioned in
+(Note: The @samp{apply account} above means that all accounts mentioned in
the file are children of that account. In this case it means that all
activity in the file relates to Company XYZ).