(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
(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)