emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/csv2ledger aa435296c8 014/190: Update doc string of `c2l-c


From: ELPA Syncer
Subject: [nongnu] elpa/csv2ledger aa435296c8 014/190: Update doc string of `c2l-csv-columns`.
Date: Sun, 2 Jun 2024 15:59:41 -0400 (EDT)

branch: elpa/csv2ledger
commit aa435296c82e1a58775e0dd4a5177bda3937c044
Author: Joost Kremers <joostkremers@fastmail.fm>
Commit: Joost Kremers <joostkremers@fastmail.fm>

    Update doc string of `c2l-csv-columns`.
---
 csv2ledger.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index b5674f38cf..cb36ad8a2e 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -104,7 +104,8 @@ instead of the payee as the title of the entry."
   "List of columns in the CSV file.
 The data in the CSV file is extracted based on this list.  The
 order of elements in the list should therefore represent the
-order of columns in the CSV file."
+order of columns in the CSV file.  A column that is not relevant
+can be labeled with an underscore."
   :type '(repeat symbol)
   :group 'csv2ledger)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]