# HG changeset patch # User Katsumi Yamaoka # Date 1289526519 0 # Node ID 517aef519a810c2bfc22c73bba4b7f5f569e1970 # Parent df6573cbdd34d75e95483bd21a31dffbccc203eb smime.el (smime-decrypt-region): Doc fix. diff -r df6573cbdd34 -r 517aef519a81 lisp/gnus/smime.el --- a/lisp/gnus/smime.el Thu Nov 11 20:35:06 2010 -0500 +++ b/lisp/gnus/smime.el Fri Nov 12 01:48:39 2010 +0000 @@ -428,6 +428,7 @@ (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'."