diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2018-08-30 11:47:51 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2018-08-30 11:47:51 +0200 |
commit | 00f371958d4ee0f540767c06e490cb26c4b8b0a1 (patch) | |
tree | cacd765d0c4735080224de78f73cf63701aafd51 /doc | |
parent | 8645add344275161109c98098a519a8e57619d21 (diff) | |
download | fork-ledger-00f371958d4ee0f540767c06e490cb26c4b8b0a1.tar.gz fork-ledger-00f371958d4ee0f540767c06e490cb26c4b8b0a1.tar.bz2 fork-ledger-00f371958d4ee0f540767c06e490cb26c4b8b0a1.zip |
Fix texinfo 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 3fad6d7c..7f6f64d1 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8139,7 +8139,7 @@ A regular expression that matches against a transaction's payee name. @itemx expr has_tag('TAG') A regular expression that checks for the tags of a transaction. -@itemx tag(REGEX) =~ /REGEX/ +@item tag(REGEX) =~ /REGEX/ A regular expression that matches a transaction's tags against its values. @item expr date =~ /REGEX/ |