From febcb381f28d790e7aab708f7c9ca698b30c2882 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Oct 2008 06:49:40 +0000 Subject: [PATCH] comment --- Ledger/Entry.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ledger/Entry.hs b/Ledger/Entry.hs index ad60e2d63..07630b470 100644 --- a/Ledger/Entry.hs +++ b/Ledger/Entry.hs @@ -40,9 +40,9 @@ yyyy/mm/dd[ *][ CODE] description......... [ ; comment...............] account name 1..................... ...$amount1[ ; comment...............] account name 2..................... ..$-amount1[ ; comment...............] -pcodewidth = no limit -- 10 -pdescwidth = no limit -- 20 -pacctwidth = 35 minimum, no maximum +pcodewidth = no limit -- 10 -- mimicking ledger layout. +pdescwidth = no limit -- 20 -- I don't remember what these mean, +pacctwidth = 35 minimum, no maximum -- they were important at the time. pamtwidth = 11 pcommentwidth = no limit -- 22 @