diff options
| -rw-r--r-- | lisp/gnus/message.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index b68b953464d..1851337b439 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1083,10 +1083,10 @@ If t, insert `message-signature-file'. | |||
| 1083 | If a function or form, insert its result. | 1083 | If a function or form, insert its result. |
| 1084 | See `mail-signature' for the recommended format of a signature." | 1084 | See `mail-signature' for the recommended format of a signature." |
| 1085 | :version "23.2" | 1085 | :version "23.2" |
| 1086 | :type '(choice string (const :tag "Contents of signature file" t) | 1086 | :type '(choice string |
| 1087 | function | 1087 | (const :tag "None" nil) |
| 1088 | sexp | 1088 | (const :tag "Contents of signature file" t) |
| 1089 | (const :tag "None" nil)) | 1089 | function sexp) |
| 1090 | :risky t | 1090 | :risky t |
| 1091 | :link '(custom-manual "(message)Insertion Variables") | 1091 | :link '(custom-manual "(message)Insertion Variables") |
| 1092 | :group 'message-insertion) | 1092 | :group 'message-insertion) |