aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-08 00:02:06 +0100
committerGravatar Tom Willemsen2013-01-08 00:03:00 +0100
commit09e65e6a3518ab089eb5e80f85fc829a1efd3449 (patch)
tree5640718683e3b23a5249c4daa6a2e9cd0ffe7142
parent5a231647d824978a9640791fbbb6aad95c204841 (diff)
downloaddispass.el-09e65e6a3518ab089eb5e80f85fc829a1efd3449.tar.gz
dispass.el-09e65e6a3518ab089eb5e80f85fc829a1efd3449.zip
Change description to show dispass.el is a wrapper
When looking at dispass.el through ELPA it was not clear that dispass.el is only a wrapper around DisPass and does not actually do any of the work itself.
-rw-r--r--NEWS5
-rw-r--r--dispass.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6923d8..57c66af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
# -*- mode: org; -*-
+* Changes since
+
+ - Change the description to emphasize the idea that ~dispass.el~ is
+ only a wrapper around DisPass.
+
* Changes in v1.1.1
- Clean up the output from DisPass when prompting, trim whitespace
diff --git a/dispass.el b/dispass.el
index e591b5a..f2f8d8e 100644
--- a/dispass.el
+++ b/dispass.el
@@ -1,4 +1,4 @@
-;;; dispass.el --- Generate and disperse/dispell passwords
+;;; dispass.el --- Emacs wrapper for DisPass
;; Copyright (C) 2012 Tom Willemsen <tom@ryuslash.org>