diff options
author | Karl Fogel <kfogel@red-bean.com> | 2012-12-16 15:31:32 -0600 |
---|---|---|
committer | Karl Fogel <kfogel@red-bean.com> | 2012-12-16 15:31:32 -0600 |
commit | 2823c99107c5ea90b70350571d03fc566021e5a1 (patch) | |
tree | 92570282e1709e2507265ad3a399ef74e20e8c1d /doc | |
parent | edc272b7a065a41574492a75310b726174e86ec6 (diff) | |
download | fork-ledger-2823c99107c5ea90b70350571d03fc566021e5a1.tar.gz fork-ledger-2823c99107c5ea90b70350571d03fc566021e5a1.tar.bz2 fork-ledger-2823c99107c5ea90b70350571d03fc566021e5a1.zip |
Update obsolete wording in documentation for 'year' command directive.
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 f99504f0..1c588636 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2182,7 +2182,7 @@ This is a synonym for @code{comment} and must be closed by an @code{end} tag. @item year @c instance_t::year_directive in textual.cc Denotes the year used for all subsequent transactions that give a date -without a year. The year should appear immediately after the Y, for +without a year. The year should appear immediately after the directive, for example: @code{year 2004}. This is useful at the beginning of a file, to specify the year for that file. If all transactions specify a year, however, this command has no effect. |