# HG changeset patch # User Dave Love # Date 981910116 0 # Node ID dcbe0206da258d2ec7245f90a229d485c5724b9d # Parent ed26bdb38c1fcb639b0c7932687fbabb152fb8d0 (message-signature-file): Fix doc, :type. diff -r ed26bdb38c1f -r dcbe0206da25 lisp/gnus/message.el --- a/lisp/gnus/message.el Sun Feb 11 06:47:20 2001 +0000 +++ b/lisp/gnus/message.el Sun Feb 11 16:48:36 2001 +0000 @@ -539,8 +539,10 @@ ;;;###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