diff options
author | thdox <thdox@free.fr> | 2015-04-24 18:54:54 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-08-08 11:59:28 +0200 |
commit | ee284912a9beb75f7da4127f472de5efb7c6b8bb (patch) | |
tree | d43f4163efd7914ade5dc57523d55c056bc9352a /doc | |
parent | 64b285d583af1d15475c8164181e215174dfd61d (diff) | |
download | fork-ledger-ee284912a9beb75f7da4127f472de5efb7c6b8bb.tar.gz fork-ledger-ee284912a9beb75f7da4127f472de5efb7c6b8bb.tar.bz2 fork-ledger-ee284912a9beb75f7da4127f472de5efb7c6b8bb.zip |
Add link to Period expressions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 14a71778..5bbb405b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3986,8 +3986,8 @@ $ ledger --effective register Groceries @subsection Periodic Transactions @findex --budget -A periodic transaction starts with a @samp{~} followed by a period -expression. Periodic transactions are used for budgeting and +A periodic transaction starts with a tilde @samp{~} followed by a period +expression (see @ref{Period Expressions}). Periodic transactions are used for budgeting and forecasting only, they have no effect without the @option{--budget} option specified. For examples and details, @pxref{Budgeting and Forecasting}. |