message-signature doc fix

* lisp/gnus/message.el (message-signature): Mention
message-signature-insert-empty-line (bug#43853).
This commit is contained in:
Lars Ingebrigtsen 2020-10-09 06:48:51 +02:00
parent 82d70d3aab
commit e45b0c5d94

View file

@ -1106,7 +1106,8 @@ point and mark around the citation text as modified."
If nil, don't insert a signature.
If t, insert `message-signature-file'.
If a function or form, insert its result.
See `mail-signature' for the recommended format of a signature."
See `mail-signature' for the recommended format of a signature.
Also see `message-signature-insert-empty-line'."
:version "23.2"
:type '(choice string
(const :tag "None" nil)