diff options
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 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/ |