branch: elpa/csv2ledger
commit 150995f5c42859cb1b538b30d7c4fe9b209b568b
Author: Joost Kremers <joostkrem...@fastmail.fm>
Commit: Joost Kremers <joostkrem...@fastmail.fm>

    Fix doc strings of c2l-csv-columns and c2l-account-matchers-file.
---
 csv2ledger.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index eb54a56769..c18ab7d78e 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -99,9 +99,9 @@ Valid column names are the following:
 - `debit': the amount payed
 
 Other column names can be added, but they cannot be used directly
-in the transaction.  They may be used in `c2l-title-match-fields'
-or in custom functions for the options `c2l-title-function' and
-`c2l-amount-function', however.
+in the transaction.  They may be used in the option
+`c2l-balancing-match-fields' or in custom functions for the
+options `c2l-title-function' and `c2l-amount-function', however.
 
 It is assumed that a CSV file contains either `payee' and
 `sender' columns or a `counterpart' column, but not both, and
@@ -148,8 +148,9 @@ restaurant    Expenses:Leisure:Restaurant
 where the two columns are separated by a TAB.
 
 The matcher is a string (not a regular expression).  If a matcher
-is found in any of the fields listed in `c2l-title-match-fields',
-the corresponding account is used to book the transaction."
+is found in any of the fields listed in the option
+`c2l-balancing-match-fields', the corresponding account is used
+to book the transaction."
   :type 'file
   :group 'csv2ledger)
 

Reply via email to