Merge pull request #292 from thdox/fix-lisp-indentation

Thank Thierry,
   I don't know when these got messed up but I have been meaning to do just this for some time.
This commit is contained in:
Craig Earls 2014-05-17 08:14:23 -07:00
commit 6a8b2a5fb0
18 changed files with 1146 additions and 1146 deletions

View file

@ -206,8 +206,8 @@ returns true if the date meets the requirements"
(read (buffer-substring-no-properties (point-min) (point-max))))))
(defun ledger-schedule-transform-auto-tree (descriptor-string-list)
"Takes a lisp list of date descriptor strings, TREE, and returns a string with a lambda function of date."
;; use funcall to use the lambda function spit out here
"Takes a lisp list of date descriptor strings, TREE, and returns a string with a lambda function of date."
;; use funcall to use the lambda function spit out here
(if (consp descriptor-string-list)
(let (result)
(while (consp descriptor-string-list)

View file

@ -20,18 +20,18 @@
;; MA 02110-1301 USA.
(defgroup ledger-texi nil
"Options for working on Ledger texi documentation"
:group 'ledger)
"Options for working on Ledger texi documentation"
:group 'ledger)
(defcustom ledger-texi-sample-doc-path "~/ledger/doc/sample.dat"
"Location for sample data to be used in texi tests"
:type 'file
:group 'ledger-texi)
"Location for sample data to be used in texi tests"
:type 'file
:group 'ledger-texi)
(defcustom ledger-texi-normalization-args "--args-only --columns 80"
"texi normalization for producing ledger output"
:type 'string
:group 'ledger-texi)
"texi normalization for producing ledger output"
:type 'string
:group 'ledger-texi)
(defun ledger-update-test ()
(interactive)