diff options
author | John Wiegley <johnw@newartisans.com> | 2012-12-16 14:12:07 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-12-16 14:12:07 -0800 |
commit | 63a14fd5e0aeb64a0508ddac71803acc926425c5 (patch) | |
tree | 92570282e1709e2507265ad3a399ef74e20e8c1d /doc/ledger3.texi | |
parent | edc272b7a065a41574492a75310b726174e86ec6 (diff) | |
parent | 2823c99107c5ea90b70350571d03fc566021e5a1 (diff) | |
download | fork-ledger-63a14fd5e0aeb64a0508ddac71803acc926425c5.tar.gz fork-ledger-63a14fd5e0aeb64a0508ddac71803acc926425c5.tar.bz2 fork-ledger-63a14fd5e0aeb64a0508ddac71803acc926425c5.zip |
Merge pull request #113 from OpenTechStrategies/year-cmd-directive-doc-fix
Update obsolete wording in documentation for 'year' command directive.
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 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. |