diff options
-rw-r--r-- | doc/ledger3.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 7df7b054..c7613c0e 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7936,11 +7936,6 @@ more complicated arguments to functions, or for overriding the natural precedence order of operators. -The @samp{query} command can be used to see how Ledger interprets your query. -This can be useful if you are not getting the results you expect. See -@pxref{Pre-Commands} for more. - - @itemx expr base =~ /REGEX/ A regular expression that matches against an account's base name. If a posting, this will match against the account affected by the @@ -7952,6 +7947,10 @@ text that occurs between parentheses before the payee). @end table +The @samp{query} command can be used to see how Ledger interprets your query. +This can be useful if you are not getting the results you expect. See +@pxref{Pre-Commands} for more. + @menu * Miscellaneous:: @end menu |