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

    Update doc string of c2l-transaction-modify-functions.
---
 csv2ledger.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index aa112116d4..ef80dccaba 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -119,8 +119,8 @@ transaction.
 
 These functions are composed into a single function which is then
 stored in the variable `c2l-transaction-modifier'.  If you set
-this variable outside of Customize, make sure to call the
-function `c2l-set-transaction-modifier ' as well."
+this option outside of Customize, make sure to call the function
+`c2l-set-transaction-modifier ' as well."
   :type '(repeat function)
   :set (lambda (var val)
          (c2l-compose-transaction-modifier val)

Reply via email to