From: Katsumi Yamaoka Date: Fri, 12 Nov 2010 01:48:39 +0000 (+0000) Subject: smime.el (smime-decrypt-region): Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ff71e9b19295a7a88422e57ea4e7a939fb161c6;p=emacs.git smime.el (smime-decrypt-region): Doc fix. --- 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 (defun smime-decrypt-region (b e keyfile &optional from) "Decrypt S/MIME message in region between B and E with key in KEYFILE. +Optional FROM specifies sender's mail address. On success, replaces region with decrypted data and return non-nil. Any details (stderr on success, stdout and stderr on error) are left in the buffer specified by `smime-details-buffer'."