summaryrefslogtreecommitdiff
path: root/ledger.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 08:01:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 08:01:55 -0400
commiteebd06c37145ee8b23664a5a190b321b140bf457 (patch)
tree35edaa905179c35882530d29213c382154808448 /ledger.el
parentdd4bb72c52206e839b0dcc766abf76b0cb17270d (diff)
downloadfork-ledger-eebd06c37145ee8b23664a5a190b321b140bf457.tar.gz
fork-ledger-eebd06c37145ee8b23664a5a190b321b140bf457.tar.bz2
fork-ledger-eebd06c37145ee8b23664a5a190b321b140bf457.zip
added a better commentary (at least for now)
Diffstat (limited to 'ledger.el')
-rw-r--r--ledger.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/ledger.el b/ledger.el
index bd4d10c7..9ae2637c 100644
--- a/ledger.el
+++ b/ledger.el
@@ -1,4 +1,4 @@
-;;; ledger.el --- Helper code for using my "ledger" command-line tool
+;;; ledger.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2004 John Wiegley (johnw AT gnu DOT org)
@@ -32,7 +32,14 @@
;;; Commentary:
-;; This code is only meaningful if you are using "ledger".
+;; To use this module: Load this file, open a ledger data file, and
+;; type M-x ledger-mode. Once this is done, you can type:
+;;
+;; C-c C-a add a new entry, based on previous entries
+;; C-c C-r reconcile the entries related to an account
+;;
+;; In the reconcile buffer, use SPACE to toggle the cleared status of
+;; a transaction.
(defvar ledger-version "1.1"
"The version of ledger.el currently loaded")