[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 150995f5c4 075/190: Fix doc strings of c2l-csv-
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 150995f5c4 075/190: Fix doc strings of c2l-csv-columns and c2l-account-matchers-file. |
Date: |
Sun, 2 Jun 2024 15:59:47 -0400 (EDT) |
branch: elpa/csv2ledger
commit 150995f5c42859cb1b538b30d7c4fe9b209b568b
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@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)
- [nongnu] elpa/csv2ledger 1048cf77d9 095/190: Update the README., (continued)
- [nongnu] elpa/csv2ledger 1048cf77d9 095/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8f1c8fa2b6 090/190: Guard for the case where payee or sender does not exist., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 95e107e9bd 123/190: Nicify the README a bit., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c558f2bf40 176/190: Add alternative account creation function c2l-create-account-ask-matcher, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger bc57cfd9ca 093/190: Remove `counterpart` field., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger a2479be0d5 085/190: Update doc string of c2l--csv-line-to-ledger., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 58d45b6ca2 122/190: Update documentation., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger d1639d9c59 115/190: Add long description to the file header., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7c84259a9d 042/190: Update error messages with "[Csv2Ledger]" tag., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b5a85b4589 045/190: Remove defvar declaration for ledger-post-amount-alignment-column., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 150995f5c4 075/190: Fix doc strings of c2l-csv-columns and c2l-account-matchers-file.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger e4a823e552 071/190: Add helper function c2l--amount-p., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 71e39431eb 078/190: Make c2l-title-function and c2l-amount-function dependent on c2l-csv-columns., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8c3c0fb0f3 077/190: Swap car and cdr of c2l-matcher-regexes., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8dcb1e208f 073/190: Rework c2l--compose-entry and c2l--csv-line-to-ledger, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger f10502a19c 155/190: Fix typo in the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 2bcc1a8e76 175/190: Improve doc string of c2l-create-account, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7277b3bf79 165/190: Remove dash dependency., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 97ee04eb27 141/190: Fix default values of user options in the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 57ba873192 143/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 95595c0d79 001/190: Initial commit, ELPA Syncer, 2024/06/03