branch: elpa/treepy
commit f1a61be5570165a4f97778a6280e5339808fa12a
Author: Daniel Barreto <[email protected]>
Commit: Daniel Barreto <[email protected]>

    Minor fixes to lib headers
---
 test/treepy.el-walker-test.el | 33 ++++++++++++---------------------
 test/treepy.el-zipper-test.el | 33 ++++++++++++---------------------
 treepy.el                     | 11 ++---------
 3 files changed, 26 insertions(+), 51 deletions(-)

diff --git a/test/treepy.el-walker-test.el b/test/treepy.el-walker-test.el
index 7d877ab18e..e3c16365d4 100644
--- a/test/treepy.el-walker-test.el
+++ b/test/treepy.el-walker-test.el
@@ -1,30 +1,21 @@
-;;; treepy-test.el ---            -*- lexical-binding: t -*-
+;;; treepy.el --- Generic tree traversing tools           -*- lexical-binding: 
t -*-
 ;; 
-;; Filename: treepy.el-walker-test.el
-;; Description: 
-;; Author: Daniel Barreto
-;; Maintainer: 
-;; Created: Mon Jul 10 17:41:09 2017 (+0200)
-;; Version: 
-;; Package-Requires: ()
-;; Last-Updated: 
-;;           By: 
-;;     Update #: 0
-;; URL: 
-;; Doc URL: 
-;; Keywords: 
-;; Compatibility: 
+;; Filename: treepy.el
+;;
+;; Description: Generic Tree Traversing Tools
+;; Author: Daniel Barreto <[email protected]>
+;; Keywords: tree, node, traversing, walk, zipper
+;; Created: Mon Jul 10 15:17:36 2017 (+0200)
+;; Version: 1.0
+;; Package-Requires: ((emacs "25"))
+;; URL: https://github.com/volrath/treepy.el
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
 ;;; Commentary: 
 ;; 
-;; 
-;; 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; 
-;;; Change Log:
-;; 
+;; Generic tools for recursive and iterative tree traversing based on
+;; clojure.walk and clojure.zip respectively.
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
diff --git a/test/treepy.el-zipper-test.el b/test/treepy.el-zipper-test.el
index 53b37a6437..a1e32d6976 100644
--- a/test/treepy.el-zipper-test.el
+++ b/test/treepy.el-zipper-test.el
@@ -1,30 +1,21 @@
-;;; treepy.el-test.el --- 
+;;; treepy.el --- Generic tree traversing tools           -*- lexical-binding: 
t -*-
 ;; 
-;; Filename: treepy.el-test.el
-;; Description: 
-;; Author: Daniel Barreto
-;; Maintainer: 
-;; Created: Tue Jul 11 17:52:34 2017 (+0200)
-;; Version: 
-;; Package-Requires: ()
-;; Last-Updated: 
-;;           By: 
-;;     Update #: 0
-;; URL: 
-;; Doc URL: 
-;; Keywords: 
-;; Compatibility: 
+;; Filename: treepy.el
+;;
+;; Description: Generic Tree Traversing Tools
+;; Author: Daniel Barreto <[email protected]>
+;; Keywords: tree, node, traversing, walk, zipper
+;; Created: Mon Jul 10 15:17:36 2017 (+0200)
+;; Version: 1.0
+;; Package-Requires: ((emacs "25"))
+;; URL: https://github.com/volrath/treepy.el
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
 ;;; Commentary: 
 ;; 
-;; 
-;; 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; 
-;;; Change Log:
-;; 
+;; Generic tools for recursive and iterative tree traversing based on
+;; clojure.walk and clojure.zip respectively.
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
diff --git a/treepy.el b/treepy.el
index c20d16406e..0400f5de05 100644
--- a/treepy.el
+++ b/treepy.el
@@ -1,7 +1,7 @@
-;;; treepy.el --- Generic Tree Traversing tools           -*- lexical-binding: 
t -*-
+;;; treepy.el --- Generic tree traversing tools           -*- lexical-binding: 
t -*-
 ;; 
 ;; Filename: treepy.el
-
+;;
 ;; Description: Generic Tree Traversing Tools
 ;; Author: Daniel Barreto <[email protected]>
 ;; Keywords: tree, node, traversing, walk, zipper
@@ -9,8 +9,6 @@
 ;; Version: 1.0
 ;; Package-Requires: ((emacs "25"))
 ;; URL: https://github.com/volrath/treepy.el
-;; Doc URL: 
-;; Compatibility: 
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
@@ -21,11 +19,6 @@
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
-;;; Change Log:
-;; 
-;; 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or (at

Reply via email to