message-signature doc fix
* lisp/gnus/message.el (message-signature): Mention message-signature-insert-empty-line (bug#43853).
This commit is contained in:
parent
82d70d3aab
commit
e45b0c5d94
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue