X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=5c06cd0aa5a57a24b652a415e4855929bddbe5a3;hb=372371d54ef4c1060f3cfc70e557b28f4a4f8ee1;hp=c1449563f12fcba1be1e982078a08ed8ab078fe7;hpb=c90004dcfe870ac7f5cb6565a4f851d176f6d01c;p=elisp%2Fepg.git diff --git a/README b/README index c144956..5c06cd0 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. @@ -48,6 +48,6 @@ in gc_sweep phase. If GC happens before `fillarray', passphrase strings may be moved elsewhere in memory. Fortunately, there is gpg-agent to cache passphrases in more secure -way, so the EasyPG library dares *not* to cache passphrase by itself. +way, so the EasyPG Library dares *not* to cache passphrase by itself. Elisp programs can set `epg-context-passphrase-callback' to cache user's passphrases.