diff options
author | John Wiegley <johnw@newartisans.com> | 2013-02-18 20:54:10 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-02-18 20:54:23 -0600 |
commit | 3d90bfc4add2a85b80c2a90b7c0df9b95d77579d (patch) | |
tree | 07cfbc761cdc1e99f2bc285441e1c306c6eaa077 /doc/ledger3.texi | |
parent | 34ed226c5789cd2c7bf70f857b92a8e4a295ac78 (diff) | |
download | fork-ledger-3d90bfc4add2a85b80c2a90b7c0df9b95d77579d.tar.gz fork-ledger-3d90bfc4add2a85b80c2a90b7c0df9b95d77579d.tar.bz2 fork-ledger-3d90bfc4add2a85b80c2a90b7c0df9b95d77579d.zip |
Fix formatting and typos
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 92cb07fb..44f305f2 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1971,7 +1971,7 @@ account. For example: capture Expenses:Deductible:Medical Medical @end smallexample -Would cause any posting with @code{Medical} in it's name to be replaced with +Would cause any posting with @code{Medical} in its name to be replaced with @code{Expenses:Deductible:Medical}. @@ -2889,9 +2889,9 @@ cannot appear in the Key: @node Typed metadata, , Metadata values, Metadata @subsection Typed metadata -If a metadata tag ends in ::, it's value will be parsed as a value expression -and stored internally as a value rather than as a string. For example, -although I can specify a date textually like so: +If a metadata tag ends in ::, its value will be parsed as a value +expression and stored internally as a value rather than as a string. +For example, although I can specify a date textually like so: @smallexample 2012-03-10 * KFC @@ -2900,10 +2900,10 @@ although I can specify a date textually like so: ; AuxDate: 2012/02/30 @end smallexample -@noindent This date is just a string, and won't be parsed as a date unless its value is -used in a date-context (at which time the string is parsed into a date -automatically every time it is needed as a date). If on the other hand I -write this: +@noindent This date is just a string, and won't be parsed as a date +unless its value is used in a date-context (at which time the string +is parsed into a date automatically every time it is needed as a +date). If on the other hand I write this: @smallexample 2012-03-10 * KFC @@ -2912,8 +2912,9 @@ write this: ; AuxDate:: [2012/02/30] @end smallexample -@noindent Then it is parsed as a date only once, and during parsing of the journal file, -which would let me know right away that it is an invalid date. +@noindent Then it is parsed as a date only once, and during parsing +of the journal file, which would let me know right away that it is an +invalid date. @node Virtual postings, Expression amounts, Metadata, Transactions @section Virtual postings |