From: Dave Love Date: Sun, 11 Feb 2001 16:48:36 +0000 (+0000) Subject: (message-signature-file): Fix doc, :type. X-Git-Tag: emacs-pretest-21.0.98~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5449c31799932a013262d8d38824e111ee7a4c7f;p=emacs.git (message-signature-file): Fix doc, :type. --- 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