diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2018-03-25 10:11:56 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2018-03-25 10:11:56 +0200 |
commit | 8d38190409a68f2c8da572d33eaaf93a17c0f550 (patch) | |
tree | 688c3482646e693e929c832a0b103b95b6af50fd /doc/ledger3.texi | |
parent | 916641f9a0e88f5315c23a2209c6221f6e5bce0f (diff) | |
download | fork-ledger-8d38190409a68f2c8da572d33eaaf93a17c0f550.tar.gz fork-ledger-8d38190409a68f2c8da572d33eaaf93a17c0f550.tar.bz2 fork-ledger-8d38190409a68f2c8da572d33eaaf93a17c0f550.zip |
Fix documentation about the "end" directive
"tag" is not a block command. This was probably supposed to be "apply"
which can be used to apply tags to several transactions.
Diffstat (limited to 'doc/ledger3.texi')
-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 a955be9a..b91a4214 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2436,7 +2436,7 @@ The posting will have a cost of $400. @item end @findex end @c instance_t::end_directive in textual.cc -Closes block commands like @code{tag} or @code{comment}. +Closes block commands like @code{apply} or @code{comment}. @item expr @findex expr |