OSDN Git Service

Fixed.
authorDaiki Ueno <ueno@unixuser.org>
Wed, 12 Apr 2006 09:44:46 +0000 (09:44 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 12 Apr 2006 09:44:46 +0000 (09:44 +0000)
README

diff --git a/README b/README
index b3bca39..ca53e4a 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 
 EasyPG is yet another GnuPG interface for Emacs.  It consists of three
 parts: transparent file encryption utility, Gnus/PGG backend, and
-easy-to-use elisp library to interact with GnuPG.
+elisp library to interact with GnuPG.
 
 * Requirements
 
@@ -16,17 +16,18 @@ easy-to-use elisp library to interact with GnuPG.
 
 * Quick start
 
-** Transparent file encryption
+** Transparent file encryption utility
 
-EasyPG provides transparent file encryption similar to crypt++,
-alpaca.el, hedgehog.  To try this feature, put (require 'epg-file)
-in your ~/.emacs.el and C-x C-f ~/test.txt.gpg.
+EasyPG provides transparent file encryption utility similar to
+crypt++, alpaca.el, hedgehog.  To try this feature, add the following line to your ~/.emacs and C-x C-f ~/test.txt.gpg.
 
-** Using with Gnus/PGG
+(require 'epg-file)
+
+** Gnus/PGG backend
 
 EasyPG provides an implementation of the backend interface of
 Gnus/PGG.  To use EasyPG instead of pgg-gpg, install pgg-epg.el and
-add the following line to your ~/.gnus
+add the following line to your ~/.gnus.
 
 (setq pgg-scheme 'epg)