summaryrefslogtreecommitdiff
path: root/ledger-check.el
diff options
context:
space:
mode:
Diffstat (limited to 'ledger-check.el')
-rw-r--r--ledger-check.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/ledger-check.el b/ledger-check.el
index e20ac51..a0c3305 100644
--- a/ledger-check.el
+++ b/ledger-check.el
@@ -110,7 +110,10 @@
(kill-buffer (get-buffer ledger-check-buffer-name)))
(defun ledger-check-buffer ()
- "Run ledge with --explicit and --strict report errors and assist with fixing them.
+ "Check the current buffer for errors.
+
+Runs ledger with --explicit and --strict report errors and assist
+with fixing them.
The output buffer will be in `ledger-check-mode', which defines
commands for navigating the buffer to the errors found, etc."
@@ -136,3 +139,5 @@ commands for navigating the buffer to the errors found, etc."
(provide 'ledger-check)
+
+;;; ledger-check.el ends here