diff options
author | Dave Love <fx@gnu.org> | 2001-02-12 20:56:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-12 20:56:26 +0000 |
commit | b61fcc7a96c02e72abac27e71fd882792ed61bae (patch) | |
tree | 1b48cf62c05b9c5973d665de0caddaf6e2bda98a /man/message.texi | |
parent | 3a0d92e8751d607354cb15ccbd36f18b51ac4ae0 (diff) | |
download | emacs-b61fcc7a96c02e72abac27e71fd882792ed61bae.tar.gz |
Expand on message-signature-file.
Diffstat (limited to 'man/message.texi')
-rw-r--r-- | man/message.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/message.texi b/man/message.texi index 926b5837d1b..1e2005cf550 100644 --- a/man/message.texi +++ b/man/message.texi @@ -18,7 +18,7 @@ This file documents Message, the Emacs message composition mode. -Copyright (C) 1996,97,98,99,2000 Free Software Foundation, Inc. +Copyright (C) 1996,97,98,99,2000,2001 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -47,7 +47,7 @@ license to the document, as described in section 6 of the license. @page @vskip 0pt plus 1filll -Copyright @copyright{} 1996,97,98,99,2000 Free Software Foundation, Inc. +Copyright @copyright{} 1996,97,98,99,2000,2001 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -537,8 +537,9 @@ If this variable is @code{nil}, no signature will be inserted at all. @item message-signature-file @vindex message-signature-file -File containing the signature to be inserted at the end of the buffer. -The default is @samp{~/.signature}. +If non-@code{nil} the name of a file containing the signature to be +inserted at the end of the buffer. This is ignored if the file +doesn't exist. The default is @samp{~/.signature}. @end table |