diff options
author | Simon Michael <simon@joyful.com> | 2013-01-11 10:12:42 -0800 |
---|---|---|
committer | Simon Michael <simon@joyful.com> | 2013-01-11 10:12:42 -0800 |
commit | 0790920424befd67db7b986724b70f72b2d9592b (patch) | |
tree | c62ba25bacd6af9c859130c8c780da4dc065d969 /doc/ledger3.texi | |
parent | ea09a8d50720f0ca42cee46d017e111a4349fa97 (diff) | |
parent | aba0a5ed2dc2dc91f61be32f4c12a5cf6bffd754 (diff) | |
download | fork-ledger-0790920424befd67db7b986724b70f72b2d9592b.tar.gz fork-ledger-0790920424befd67db7b986724b70f72b2d9592b.tar.bz2 fork-ledger-0790920424befd67db7b986724b70f72b2d9592b.zip |
Merge branch 'next' of github.com:ledger/ledger into next
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 caec7667..b8aaa49b 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. |