From b4b57c9f5289d2699225fa15fdf8074e22622c0b Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 05:12:21 +0000 Subject: [PATCH] Fixed typo. --- epg.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg.el b/epg.el index 241ee92..cd5ecb6 100644 --- a/epg.el +++ b/epg.el @@ -619,7 +619,7 @@ Otherwise, it makes a normal signature." (defun epg-encrypt-start (context string recipients &optional sign always-trust) "Initiate a encrypt operation on STRING. -If RECIPIENTS is nil, it does symmetric encryption. +If RECIPIENTS is nil, it performs symmetric encryption. If you use this function, you will need to wait for the completion of `epg-gpg-program' by using `epg-wait-for-completion' and call @@ -651,7 +651,7 @@ If you are unsure, use synchronous version of this function (defun epg-encrypt-string (context string recipients &optional sign always-trust) "Encrypt STRING. -If RECIPIENTS is nil, it does symmetric encryption." +If RECIPIENTS is nil, it performs symmetric encryption." (unwind-protect (progn (epg-encrypt-start context string recipients sign always-trust) -- 1.7.10.4