summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-09-20 07:26:44 -0700
committerCraig Earls <enderw88@gmail.com>2013-09-20 07:26:44 -0700
commitbee6605e084777261f1536e4e65f76bb94eca06c (patch)
tree678bddcb8dc8bfd87d352084c3dece144a0974ed /doc/ledger3.texi
parent9f3afc26f5e7863ed8beac3a411dab8becc7bff9 (diff)
parentd30c3fb869b8c4f7740eefec573fadedbe21b7d1 (diff)
downloadfork-ledger-bee6605e084777261f1536e4e65f76bb94eca06c.tar.gz
fork-ledger-bee6605e084777261f1536e4e65f76bb94eca06c.tar.bz2
fork-ledger-bee6605e084777261f1536e4e65f76bb94eca06c.zip
Merge branch 'master' into ledger-mode-automatic-transactions
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r--doc/ledger3.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 0e22aad6..83d0368f 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -1422,7 +1422,7 @@ increase compatibility with other text manipulation programs and
methods four additional comment characters are valid if used at the
beginning of a line: @samp{#}, @samp{|}, and @samp{*} and @samp{%}.
-Block comments can be made by use @code{@!comment} ... @code{@!end
+Block comments can be made by use @code{comment} ... @code{end
comment}.
@smallexample
@@ -1432,10 +1432,10 @@ comment}.
| and this,
* and this.
-!comment
+comment
This is a block comment with
multiple lines
-!end comment
+end comment
@end smallexample
There are several forms of comments within a transaction, for example:
@@ -2000,7 +2000,7 @@ the account directive. For example:
@smallexample
apply account Personal
2011/11/15 Supermarket
- Expenses:Groceries
+ Expenses:Groceries $ 50.00
Assets:Checking
@end smallexample