diff options
| author | Chong Yidong | 2011-02-11 20:31:35 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-11 20:31:35 -0500 |
| commit | e87977013bd12fb0011936e9643d5b69f5452cd2 (patch) | |
| tree | e4eaba12bf085d653cc43ce8038570f736eb963d | |
| parent | c6affbdeb9d11bfcd10aa804cb8f4b65baa3cd28 (diff) | |
| download | emacs-e87977013bd12fb0011936e9643d5b69f5452cd2.tar.gz emacs-e87977013bd12fb0011936e9643d5b69f5452cd2.zip | |
lisp/gnus/mml2015.el (mml2015-signers): Minor doc fix.
| -rw-r--r-- | lisp/gnus/mml2015.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index 1271168fffc..df106bb6de8 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el | |||
| @@ -116,7 +116,7 @@ Whether the passphrase is cached at all is controlled by | |||
| 116 | :type 'integer) | 116 | :type 'integer) |
| 117 | 117 | ||
| 118 | (defcustom mml2015-signers nil | 118 | (defcustom mml2015-signers nil |
| 119 | "A list of your own key ID which will be used to sign a message. | 119 | "A list of your own key ID(s) which will be used to sign a message. |
| 120 | If set, it overrides the setting of `mml2015-sign-with-sender'." | 120 | If set, it overrides the setting of `mml2015-sign-with-sender'." |
| 121 | :group 'mime-security | 121 | :group 'mime-security |
| 122 | :type '(repeat (string :tag "Key ID"))) | 122 | :type '(repeat (string :tag "Key ID"))) |