From: ueno Date: Mon, 17 Apr 2006 01:38:34 +0000 (+0000) Subject: Fixed doc. X-Git-Tag: epgsm-branchpoint~69 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=51b1ebc62860f202a539cc3cc4c9df385076d375;p=elisp%2Fepg.git Fixed doc. --- diff --git a/README b/README index c144956..81a94ab 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ EasyPG is yet another GnuPG interface for Emacs. It consists of two parts: -- The EasyPG Assistant which provides basic GUI of GnuPG -- The EasyPG library which directly interacts with GnuPG +- "The EasyPG Assistant" which provides basic GUI of GnuPG +- "The EasyPG Library" which enables use of various features of GnuPG NOTE: EasyPG is not a fork or a re-implementation of Gnus/PGG. diff --git a/epg.el b/epg.el index 4b068e3..819d53a 100644 --- a/epg.el +++ b/epg.el @@ -1,4 +1,4 @@ -;;; epg.el --- the EasyPG library +;;; epg.el --- the EasyPG Library ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, ;; 2005, 2006 Free Software Foundation, Inc. ;; Copyright (C) 2006 Daiki Ueno @@ -26,7 +26,7 @@ ;;; Code: (defgroup epg () - "The EasyPG library") + "The EasyPG Library") (defcustom epg-gpg-program "gpg" "The `gpg' executable."