branch: elpa/csv2ledger commit cc5050faafdb068e5a40aecff93e3e8037a6e428 Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix doc string for c2l-create-amount --- csv2ledger.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv2ledger.el b/csv2ledger.el index 97509ea1f0..f4104df0bb 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -270,7 +270,7 @@ Return the modified transaction." transaction)) (defun c2l-create-amount (transaction) - "Create the amountfor TRANSACTION. + "Create the amount for TRANSACTION. Return the modified transaction." (unless (c2l--amount-p (alist-get 'amount transaction "")) (let ((amount (or (c2l--amount-p (alist-get 'credit transaction ""))