From: ueno Date: Sat, 1 Jul 2006 09:44:53 +0000 (+0000) Subject: Fixed a couple of typos. X-Git-Tag: epg-0_0_4~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2a2d8ac092d8e4847acd0fbe7fdfc50ab5f613c6;p=elisp%2Fepg.git Fixed a couple of typos. This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ. --- diff --git a/epa.el b/epa.el index 2ab7557..27b0dc0 100644 --- a/epa.el +++ b/epa.el @@ -592,7 +592,7 @@ If no one is selected, default secret key is used. " "Encrypt FILE for RECIPIENTS." (interactive (list (expand-file-name (read-file-name "File: ")) - (epa-select-keys (epg-make-context) "Select recipents for encryption. + (epa-select-keys (epg-make-context) "Select recipients for encryption. If no one is selected, symmetric encryption will be performed. "))) (let ((cipher (concat file (if epa-armor ".asc" ".gpg"))) (context (epg-make-context))) @@ -728,7 +728,7 @@ If no one is selected, default secret key is used. " Don't use this command in Lisp programs!" (interactive (list (region-beginning) (region-end) - (epa-select-keys (epg-make-context) "Select recipents for encryption. + (epa-select-keys (epg-make-context) "Select recipients for encryption. If no one is selected, symmetric encryption will be performed. "))) (save-excursion (let ((context (epg-make-context))