diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-06 22:33:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-06 22:33:35 -0400 |
commit | 8f883b463d5faffc065653d22cabc909e11eaaee (patch) | |
tree | 9da248ba650da06a21d427463497e081b280e5b8 /doc/ledger.texi | |
parent | 8c3369b8ab08e9213ae8fc0ed4c86abdd437ee5d (diff) | |
download | fork-ledger-8f883b463d5faffc065653d22cabc909e11eaaee.tar.gz fork-ledger-8f883b463d5faffc065653d22cabc909e11eaaee.tar.bz2 fork-ledger-8f883b463d5faffc065653d22cabc909e11eaaee.zip |
Change "@begin enumerate" to "@enumerate".
Diffstat (limited to 'doc/ledger.texi')
-rw-r--r-- | doc/ledger.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index 252400f0..700f78e4 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -4014,7 +4014,7 @@ ground up, and will show how to use the various parts of the Ledger library from your own scripts. Ledger essentially follows five steps in reporting data to the user: -@begin enumerate +@enumerate @item Parse journal file into an internal representation @item Perform any implied math within the journal file @item ``Face'' this internal representation as a virtual document |