emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7e61e74: * doc/emacs/mule.texi (Output Coding): C


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 7e61e74: * doc/emacs/mule.texi (Output Coding): Clarify sendmail coding.
Date: Fri, 1 Dec 2017 19:59:20 -0500 (EST)

branch: emacs-26
commit 7e61e74da7ee3fe5eaa5ca76d23be84831c394c9
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/emacs/mule.texi (Output Coding): Clarify sendmail coding.
---
 doc/emacs/mule.texi | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 9ef3110..78f77cb 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1002,16 +1002,15 @@ its name at the prompt.)
 @vindex sendmail-coding-system
   When you send a mail message (@pxref{Sending Mail}),
 Emacs has four different ways to determine the coding system to use
-for encoding the message text.  It tries the buffer's own value of
+for encoding the message text.  It first tries the buffer's own value of
 @code{buffer-file-coding-system}, if that is address@hidden
 Otherwise, it uses the value of @code{sendmail-coding-system}, if that
-is address@hidden  The third way is to use the default coding system
-for new files, which is controlled by your choice of language
address@hidden i.e., default-sendmail-coding-system
-environment, if that is address@hidden  If all of these three values
-are @code{nil}, Emacs encodes outgoing mail using the Latin-1 coding
-system.
address@hidden FIXME?  Where does the Latin-1 default come in?
+is address@hidden  Thirdly, it uses the value of
address@hidden
+If all of these three values are @code{nil}, Emacs encodes outgoing
+mail using the default coding system for new files (i.e., the
+default value of @code{buffer-file-coding-system}), which is
+controlled by your choice of language environment.
 
 @node Text Coding
 @section Specifying a Coding System for File Text



reply via email to

[Prev in Thread] Current Thread [Next in Thread]