]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/mule.texi (Output Coding): Reword to improve page-breaks.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 May 2012 02:10:18 +0000 (22:10 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 May 2012 02:10:18 +0000 (22:10 -0400)
doc/emacs/ChangeLog
doc/emacs/mule.texi

index 94d3afc7c7207e9ba45b726d8946d924dd939db4..0f3f13ee82977f0ef8318dc3113f508eb432d89d 100644 (file)
@@ -1,5 +1,7 @@
 2012-05-03  Glenn Morris  <rgm@gnu.org>
 
+       * mule.texi (Output Coding): Reword to improve page-breaks.
+
        * frames.texi (Fonts): Tweak line and page breaks.
        Use example rather than smallexample.  Change cross-reference.
        (Text-Only Mouse): Fix xref.
index cffcb7573ffabbb0d18ff8e09d942d969760ab4f..b0b35bf14b5bf93eb2dbe190432362cf28179805 100644 (file)
@@ -991,12 +991,11 @@ and asks you to choose one of those coding systems.
 behaves a bit differently.  It additionally checks whether the
 @c What determines this?
 most-preferred coding system is recommended for use in MIME messages;
-if not, Emacs tells you that the most-preferred coding system is not
-recommended and prompts you for another coding system.  This is so you
-won't inadvertently send a message encoded in a way that your
-recipient's mail software will have difficulty decoding.  (You can
-still use an unsuitable coding system if you type its name in response
-to the question.)
+if not, it informs you of this fact and prompts you for another coding
+system.  This is so you won't inadvertently send a message encoded in
+a way that your recipient's mail software will have difficulty
+decoding.  (You can still use an unsuitable coding system if you enter
+its name at the prompt.)
 
 @c It seems that select-message-coding-system does this.
 @c Both sendmail.el and smptmail.el call it; i.e. smtpmail.el still