diff options
author | Craig Earls <enderw88@gmail.com> | 2014-08-24 18:37:24 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-08-24 18:37:24 -0700 |
commit | 4deaeb02c9dfb3f1bf51e998b85b0a433ac9f212 (patch) | |
tree | 718b833e5ff63e7e40fc8c580ad718f1fb6f2ad6 /lisp/ledger-xact.el | |
parent | ce3102923658ce53194832b524d455b24a38af3f (diff) | |
download | fork-ledger-4deaeb02c9dfb3f1bf51e998b85b0a433ac9f212.tar.gz fork-ledger-4deaeb02c9dfb3f1bf51e998b85b0a433ac9f212.tar.bz2 fork-ledger-4deaeb02c9dfb3f1bf51e998b85b0a433ac9f212.zip |
Set up fontification independent of font-lock.
Basic functionality in place. need to test further and expand detail fortification.
Diffstat (limited to 'lisp/ledger-xact.el')
-rw-r--r-- | lisp/ledger-xact.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ledger-xact.el b/lisp/ledger-xact.el index e747b6b2..1268af99 100644 --- a/lisp/ledger-xact.el +++ b/lisp/ledger-xact.el @@ -40,9 +40,8 @@ (make-variable-buffer-local 'ledger-xact-highlight-overlay) (defun ledger-find-xact-extents (pos) - "Return point for beginning of xact and and of xact containing position. -Requires empty line separating xacts. Argument POS is a location -within the transaction." + "Return list containing point for beginning and end of xact containing POS. +Requires empty line separating xacts." (interactive "d") (save-excursion (goto-char pos) |