diff options
Diffstat (limited to 'ledger.texi')
-rw-r--r-- | ledger.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ledger.texi b/ledger.texi index 14141943..8f4d75b2 100644 --- a/ledger.texi +++ b/ledger.texi @@ -1971,9 +1971,15 @@ Insert the pathname of the file from which the entry's data was read. @item B Inserts the beginning character position of that entry within the file. +@item b +Inserts the beginning line of that entry within the file. + @item E Inserts the ending character position of that entry within the file. +@item e +Inserts the ending line of that entry within the file. + @item D By default, this is the same as @samp{%[%Y/%m%/d]}. The date format used can be changed at any time with the @option{-y} flag, however. |