branch: elpa/csv2ledger commit 8e01e8379b4e135ccde8aa24c79db1dfcbad28ad Author: Joost Kremers <joostkrem...@fastmail.fm> Commit: Joost Kremers <joostkrem...@fastmail.fm>
Update doc string of `c2l-base-account`. Let us not check whether `c2l-base-account` is set. Nothing will break or be destroyed if it is not, the user can simply set the option and retry. It should be up to the user to configure csv2ledger correctly. --- csv2ledger.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/csv2ledger.el b/csv2ledger.el index c2c298cd22..a4bddabeba 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -57,9 +57,8 @@ this bank account. As such, it is the account that will turn up in every transaction read from the CSV file. This is a buffer-local variable and can be set in the local -variable block of a CSV file. If its value is nil when invoking -`csv2ledger', the user is asked for a value. Setting a default -value is useful if one only has one back account from which CSV +variable block of a CSV file. Alternatively, one can set a +default value if one only has one back account from which CSV files are processed." :type 'file :group 'csv2ledger