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.
 
 
-;;; 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
 ;;; Code:
 
 (defgroup epg ()
-  "The EasyPG library")
+  "The EasyPG Library")
 
 (defcustom epg-gpg-program "gpg"
   "The `gpg' executable."