Fixed doc.
authorueno <ueno>
Mon, 17 Apr 2006 01:38:34 +0000 (01:38 +0000)
committerueno <ueno>
Mon, 17 Apr 2006 01:38:34 +0000 (01:38 +0000)
README
epg.el

diff --git a/README b/README
index c144956..81a94ab 100644 (file)
--- 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 (file)
--- 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."