branch: elpa/csv2ledger commit 22c9d7630245b38b5818aafdbaa2f52abecb25ec Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix doc string of c2l-transaction-modify-functions. --- csv2ledger.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv2ledger.el b/csv2ledger.el index 58bab91029..88d720e66a 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -158,7 +158,7 @@ transaction. These functions are composed into a single function which is then stored in the variable `c2l-transaction-modifier'. If you set this option outside of Customize, make sure to call the function -`c2l-set-transaction-modifier ' as well." +`c2l-compose-transaction-modifier' as well." :type '(repeat function) :set (lambda (var val) (c2l-compose-transaction-modifier val)