changeset 36036:dcbe0206da25

(message-signature-file): Fix doc, :type.
author Dave Love <fx@gnu.org>
date Sun, 11 Feb 2001 16:48:36 +0000
parents ed26bdb38c1f
children 2710df16c53a
files lisp/gnus/message.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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