aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-11-12 01:48:39 +0000
committerKatsumi Yamaoka2010-11-12 01:48:39 +0000
commit2ff71e9b19295a7a88422e57ea4e7a939fb161c6 (patch)
treec5a023bcb47dcdabc7e6ce8468c22a3207b1f1fa
parentaa310257108924044e7c9a0a46a889daf4160013 (diff)
downloademacs-2ff71e9b19295a7a88422e57ea4e7a939fb161c6.tar.gz
emacs-2ff71e9b19295a7a88422e57ea4e7a939fb161c6.zip
smime.el (smime-decrypt-region): Doc fix.
-rw-r--r--lisp/gnus/smime.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index 0695d5ac82e..27db3e35e20 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -428,6 +428,7 @@ Any details (stdout and stderr) are left in the buffer specified by
428 428
429(defun smime-decrypt-region (b e keyfile &optional from) 429(defun smime-decrypt-region (b e keyfile &optional from)
430 "Decrypt S/MIME message in region between B and E with key in KEYFILE. 430 "Decrypt S/MIME message in region between B and E with key in KEYFILE.
431Optional FROM specifies sender's mail address.
431On success, replaces region with decrypted data and return non-nil. 432On success, replaces region with decrypted data and return non-nil.
432Any details (stderr on success, stdout and stderr on error) are left 433Any details (stderr on success, stdout and stderr on error) are left
433in the buffer specified by `smime-details-buffer'." 434in the buffer specified by `smime-details-buffer'."