From: ueno Date: Wed, 12 Apr 2006 05:12:21 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: epgsm-branchpoint~133 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b4b57c9f5289d2699225fa15fdf8074e22622c0b;p=elisp%2Fepg.git Fixed typo. --- 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)