From a3ec85bea024175ca0636c7c7bfe93dcf69c9afa Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 2 Jun 2001 09:09:18 +0000 Subject: [PATCH] Fix. --- pgg.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pgg.texi b/pgg.texi index 0f07f15..d68c355 100644 --- a/pgg.texi +++ b/pgg.texi @@ -90,8 +90,8 @@ which is available at @uref{http://www.gnupg.org/gph/}. The toplevel interface of this library is still simple, and only intended to use with public-key cryptographic operation. -To use PGG, please evaluate following expression at the beginning of -your application program. +To use PGG, evaluate following expression at the beginning of your +application program. @lisp (require 'pgg) @@ -125,7 +125,7 @@ list autoload settings for functions you want as follows. @section User Commands At this time you can use various cryptographic commands. The behavior -of these commands relies on the fashion of invocation because these +of these commands relies on a fashion of invocation because these commands are also intended to be used as library functions. For example, in case you don't have the signer's public key, the function `pgg-verify-region' fails immediately, but if the function had been -- 1.7.10.4