diff options
| author | Glenn Morris | 2017-12-01 19:59:11 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-12-01 19:59:11 -0500 |
| commit | 7e61e74da7ee3fe5eaa5ca76d23be84831c394c9 (patch) | |
| tree | 42049fad2808fe52ea6fa716373de3fadd1ea736 /doc | |
| parent | 1e25cd79ff28c8c84e5810e1a44a241fc8fac66c (diff) | |
| download | emacs-7e61e74da7ee3fe5eaa5ca76d23be84831c394c9.tar.gz emacs-7e61e74da7ee3fe5eaa5ca76d23be84831c394c9.zip | |
* doc/emacs/mule.texi (Output Coding): Clarify sendmail coding.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/mule.texi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 9ef31102455..78f77cb3003 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1002,16 +1002,15 @@ its name at the prompt.) | |||
| 1002 | @vindex sendmail-coding-system | 1002 | @vindex sendmail-coding-system |
| 1003 | When you send a mail message (@pxref{Sending Mail}), | 1003 | When you send a mail message (@pxref{Sending Mail}), |
| 1004 | Emacs has four different ways to determine the coding system to use | 1004 | Emacs has four different ways to determine the coding system to use |
| 1005 | for encoding the message text. It tries the buffer's own value of | 1005 | for encoding the message text. It first tries the buffer's own value of |
| 1006 | @code{buffer-file-coding-system}, if that is non-@code{nil}. | 1006 | @code{buffer-file-coding-system}, if that is non-@code{nil}. |
| 1007 | Otherwise, it uses the value of @code{sendmail-coding-system}, if that | 1007 | Otherwise, it uses the value of @code{sendmail-coding-system}, if that |
| 1008 | is non-@code{nil}. The third way is to use the default coding system | 1008 | is non-@code{nil}. Thirdly, it uses the value of |
| 1009 | for new files, which is controlled by your choice of language | 1009 | @code{default-sendmail-coding-system}. |
| 1010 | @c i.e., default-sendmail-coding-system | 1010 | If all of these three values are @code{nil}, Emacs encodes outgoing |
| 1011 | environment, if that is non-@code{nil}. If all of these three values | 1011 | mail using the default coding system for new files (i.e., the |
| 1012 | are @code{nil}, Emacs encodes outgoing mail using the Latin-1 coding | 1012 | default value of @code{buffer-file-coding-system}), which is |
| 1013 | system. | 1013 | controlled by your choice of language environment. |
| 1014 | @c FIXME? Where does the Latin-1 default come in? | ||
| 1015 | 1014 | ||
| 1016 | @node Text Coding | 1015 | @node Text Coding |
| 1017 | @section Specifying a Coding System for File Text | 1016 | @section Specifying a Coding System for File Text |