aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-26 10:46:18 +0300
committerEli Zaretskii2014-04-26 10:46:18 +0300
commit5d46972532b89f90bfde68953cc95889851ee005 (patch)
treea71fbf595d881228c6df427464b48687a9562174
parent7ece6d40142cad22fe342ae522e24c9b8b5e75a3 (diff)
downloademacs-5d46972532b89f90bfde68953cc95889851ee005.tar.gz
emacs-5d46972532b89f90bfde68953cc95889851ee005.zip
Fix bug #17308 with inaccurate description of mail signature handling.
doc/emacs/sending.texi (Mail Signature): Document signature variables used by Message mode.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/sending.texi28
2 files changed, 22 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 12037aae275..1e002127be6 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12014-04-26 Eli Zaretskii <eliz@gnu.org>
2
3 * sending.texi (Mail Signature): Document signature variables used
4 by Message mode. (Bug#17308)
5
12014-04-21 Eli Zaretskii <eliz@gnu.org> 62014-04-21 Eli Zaretskii <eliz@gnu.org>
2 7
3 * buffers.texi (Uniquify): Clarify the default uniquification. 8 * buffers.texi (Uniquify): Clarify the default uniquification.
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 95f3c6b661b..02b38cc6748 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -592,31 +592,37 @@ are inserted.
592@section Mail Signature 592@section Mail Signature
593 593
594@cindex mail signature 594@cindex mail signature
595@vindex mail-signature-file 595@vindex message-signature-file
596@vindex mail-signature 596@vindex message-signature
597 You can add a standard piece of text---your @dfn{mail 597 You can add a standard piece of text---your @dfn{mail
598signature}---to the end of every message. This signature may contain 598signature}---to the end of every message. This signature may contain
599information such as your telephone number or your physical location. 599information such as your telephone number or your physical location.
600The variable @code{mail-signature} determines how Emacs handles the 600The variable @code{message-signature} determines how Emacs handles the
601mail signature. 601mail signature.
602 602
603 The default value of @code{mail-signature} is @code{t}; this means 603 The default value of @code{message-signature} is @code{t}; this
604to look for your mail signature in the file @file{~/.signature}. If 604means to look for your mail signature in the file @file{~/.signature}.
605this file exists, its contents are automatically inserted into the end 605If this file exists, its contents are automatically inserted into the
606of the mail buffer. You can change the signature file via the 606end of the mail buffer. You can change the signature file via the
607variable @code{mail-signature-file}. 607variable @code{message-signature-file}.
608 608
609 If you change @code{mail-signature} to a string, that specifies the 609 If you change @code{message-signature} to a string, that specifies
610text of the signature directly. 610the text of the signature directly.
611 611
612@kindex C-c C-w @r{(Message mode)} 612@kindex C-c C-w @r{(Message mode)}
613@findex message-insert-signature 613@findex message-insert-signature
614 If you change @code{mail-signature} to @code{nil}, Emacs will not 614 If you change @code{message-signature} to @code{nil}, Emacs will not
615insert your mail signature automatically. You can insert your mail 615insert your mail signature automatically. You can insert your mail
616signature by typing @kbd{C-c C-w} (@code{message-insert-signature}) in 616signature by typing @kbd{C-c C-w} (@code{message-insert-signature}) in
617the mail buffer. Emacs will look for your signature in the signature 617the mail buffer. Emacs will look for your signature in the signature
618file. 618file.
619 619
620@vindex mail-signature-file
621@vindex mail-signature
622 If you use Mail mode rather than Message mode for composing your
623mail, the corresponding variables that determine how your signature is
624sent are @code{mail-signature} and @code{mail-signature-file} instead.
625
620 By convention, a mail signature should be marked by a line whose 626 By convention, a mail signature should be marked by a line whose
621contents are @samp{-- }. If your signature lacks this prefix, it is 627contents are @samp{-- }. If your signature lacks this prefix, it is
622added for you. The remainder of your signature should be no more than 628added for you. The remainder of your signature should be no more than