From: Chong Yidong Date: Sat, 12 Feb 2011 10:29:42 +0000 (+0000) Subject: mml2015.el (mml2015-signers): Minor doc fix. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=4cc72fadbbab87bbdf01d9a0131222ab8c5680df;p=gnus mml2015.el (mml2015-signers): Minor doc fix. --- diff --git a/lisp/mml2015.el b/lisp/mml2015.el index 1271168ff..df106bb6d 100644 --- a/lisp/mml2015.el +++ b/lisp/mml2015.el @@ -116,7 +116,7 @@ Whether the passphrase is cached at all is controlled by :type 'integer) (defcustom mml2015-signers nil - "A list of your own key ID which will be used to sign a message. + "A list of your own key ID(s) which will be used to sign a message. If set, it overrides the setting of `mml2015-sign-with-sender'." :group 'mime-security :type '(repeat (string :tag "Key ID")))