diff options
author | Dave Love <fx@gnu.org> | 2001-02-11 16:48:36 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-11 16:48:36 +0000 |
commit | 5449c31799932a013262d8d38824e111ee7a4c7f (patch) | |
tree | 6d3bc071e8acb7c445edd89079c87a263bd80f44 /lisp/gnus/message.el | |
parent | a63bcdb8846b64f181a17d845bfc8aa4aef9ff13 (diff) | |
download | emacs-5449c31799932a013262d8d38824e111ee7a4c7f.tar.gz |
(message-signature-file): Fix doc, :type.
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index bab176fe86e..4dccbbdddd7 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -539,8 +539,10 @@ If a form, the result from the form will be used instead." ;;;###autoload (defcustom message-signature-file "~/.signature" - "*File containing the text inserted at end of message buffer." - :type 'file + "*Name of file containing the text inserted at end of message buffer. +Ignored if the named file doesn't exist. +If nil, don't insert a signature." + :type '(choice file (const :tags "None" nil)) :group 'message-insertion) (defcustom message-distribution-function nil |