diff --git a/Misc.py b/Misc.py index 6561ef0..992af9b 100755 --- a/Misc.py +++ b/Misc.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Miscellaneous Utilities. +# Miscellaneous Utilities (dklrt). # (c) David Keegan 2011-06-28. from __future__ import print_function diff --git a/Recurring.py b/Recurring.py index 121df0c..6d6ec9a 100755 --- a/Recurring.py +++ b/Recurring.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Recurring Transactions for Ledger. +# Recurring Transactions for Ledger (dklrt). # (c) Kevin Keegan 2011-07-20. # (c) David Keegan 2011-08-06. diff --git a/Time.py b/Time.py index 63f9ad0..ed7c456 100755 --- a/Time.py +++ b/Time.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Time and Date Utilities. +# Time and Date Utilities (dklrt). # (c) David Keegan 2011-08-06. import sys, re from time import * diff --git a/dklrt-pkg.el b/dklrt-pkg.el index 5ef6b80..d786553 100644 --- a/dklrt-pkg.el +++ b/dklrt-pkg.el @@ -1,4 +1,4 @@ ; Generated by usMelpaBuild(dk.sh). Do not edit! -(define-package "dklrc" "0.1" +(define-package "dklrt" "0.1" "Ledger Recurring Transactions." '((emacs "24.1"))) diff --git a/dklrt.el b/dklrt.el index feb7282..605fdc6 100755 --- a/dklrt.el +++ b/dklrt.el @@ -1,4 +1,4 @@ -;;; dklrc.el --- Ledger Recurring Transactions. +;;; dklrt.el --- Ledger Recurring Transactions. ;; Copyright: (c) David Keegan 2011-2013. ;; Licence: FSF GPLv3. @@ -6,7 +6,7 @@ ;; Version: 0.1 ;; Package-Requires: ((emacs "24.1")) ;; Keywords: ledger ledger-cli recurring periodic automatic -;; URL: https://github.com/davidkeegan/dklrc +;; URL: https://github.com/davidkeegan/dklrt ;;; Commentary: @@ -15,4 +15,4 @@ ;;; Code: -(provide 'dklrc) +(provide 'dklrt) diff --git a/dklrt.melpa b/dklrt.melpa index a0c0f7e..cff0eaa 100644 --- a/dklrt.melpa +++ b/dklrt.melpa @@ -1 +1 @@ -(dklrc :fetcher github :repo "davidkeegan/dklrc" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc")) +(dklrt :fetcher github :repo "davidkeegan/dklrt" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc")) diff --git a/dklrt.texi b/dklrt.texi index b5db4e5..72f4b0d 100644 --- a/dklrt.texi +++ b/dklrt.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename dklrc.info +@setfilename dklrt.info @settitle Do List Mode 1.0 @c %**end of header @@ -14,7 +14,7 @@ @c updates the node pointers, which texinfmt.el needs. @copying -This manual is for emacs package dklrc version 1.0. +This manual is for emacs package dklrt version 1.0. Copyright @copyright{} 2010–2013 David Keegan. @@ -24,7 +24,7 @@ Foundation GNU Free Documentation Licence. @dircategory Emacs misc features @direntry -* Ledger Recurring Transactions: (dklrc). +* Ledger Recurring Transactions: (dklrt). @end direntry @documentencoding UTF-8