diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-12 10:35:27 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-12 10:35:27 -0700 |
commit | e3b37ac19edfa5ff8e766258f38d1632b667848e (patch) | |
tree | 64eb2d5a434b5d614cd80e3066c300fe0428eef3 /lisp/ldg-report.el | |
parent | 36a00113d9fbe8fe18ff3adb4c4be80291f7066d (diff) | |
download | fork-ledger-e3b37ac19edfa5ff8e766258f38d1632b667848e.tar.gz fork-ledger-e3b37ac19edfa5ff8e766258f38d1632b667848e.tar.bz2 fork-ledger-e3b37ac19edfa5ff8e766258f38d1632b667848e.zip |
Lisp code cleanup.
Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability.
Diffstat (limited to 'lisp/ldg-report.el')
-rw-r--r-- | lisp/ldg-report.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-report.el b/lisp/ldg-report.el index cdef6ded..2bb83516 100644 --- a/lisp/ldg-report.el +++ b/lisp/ldg-report.el @@ -216,7 +216,7 @@ end of a ledger file which is included in some other file." The user is prompted to enter a payee and that is substitued. If point is in an entry, the payee for that entry is used as the default." - ;; It is intended copmletion should be available on existing + ;; It is intended completion should be available on existing ;; payees, but the list of possible completions needs to be ;; developed to allow this. (ledger-read-string-with-default "Payee" (regexp-quote (ledger-entry-payee)))) |