summaryrefslogtreecommitdiff
path: root/lisp/ledger-exec.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledger-exec.el')
-rw-r--r--lisp/ledger-exec.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ledger-exec.el b/lisp/ledger-exec.el
index cd5c11a0..1a0c967d 100644
--- a/lisp/ledger-exec.el
+++ b/lisp/ledger-exec.el
@@ -36,7 +36,7 @@
:group 'ledger)
(defcustom ledger-mode-should-check-version t
- "Should Ledger-mode verify that the executable is working"
+ "Should Ledger-mode verify that the executable is working?"
:type 'boolean
:group 'ledger-exec)
@@ -53,6 +53,7 @@
(setq buffer-read-only t)))
(defun ledger-exec-success-p (ledger-output-buffer)
+ "Return t if the ledger output in LEDGER-OUTPUT-BUFFER is successful."
(with-current-buffer ledger-output-buffer
(goto-char (point-min))
(if (and (> (buffer-size) 1) (looking-at (regexp-quote "While")))