]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-signature-file): Fix doc, :type.
authorDave Love <fx@gnu.org>
Sun, 11 Feb 2001 16:48:36 +0000 (16:48 +0000)
committerDave Love <fx@gnu.org>
Sun, 11 Feb 2001 16:48:36 +0000 (16:48 +0000)
lisp/gnus/message.el

index bab176fe86ea42c2a60133f5c8c396688d946b2a..4dccbbdddd7e8b7967e3c6cc357c58b871d0a6d7 100644 (file)
@@ -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