diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-03-15 08:36:09 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-03-15 08:36:09 +0200 |
commit | 2616cd94f13edaf6db9ef600d9a79fa1be4807c5 (patch) | |
tree | afd3eb17a83a9a09fcf34761188a3683263f3112 | |
parent | 36a1d52814562bb589f03226c31ca823f0518fd2 (diff) | |
download | emacs-2616cd94f13edaf6db9ef600d9a79fa1be4807c5.tar.gz emacs-2616cd94f13edaf6db9ef600d9a79fa1be4807c5.tar.bz2 emacs-2616cd94f13edaf6db9ef600d9a79fa1be4807c5.zip |
Minor copyedits in mule.texi
* doc/emacs/mule.texi (Recognize Coding, Fontsets): Minor changes
in wording. Suggested by Richard Stallman <rms@gnu.org> in
emacs-manual-bugs@gnu.org.
-rw-r--r-- | doc/emacs/mule.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 5ddfb7defd2..f9dbeffcb12 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -871,7 +871,7 @@ eol-mnemonic}). @vindex inhibit-iso-escape-detection @cindex escape sequences in files - By default, the automatic detection of coding system is sensitive to + By default, the automatic detection of the coding system is sensitive to escape sequences. If Emacs sees a sequence of characters that begin with an escape character, and the sequence is valid as an ISO-2022 code, that tells Emacs to use one of the ISO-2022 encodings to decode @@ -1344,9 +1344,8 @@ The default fontset is most likely to have fonts for a wide variety of non-@acronym{ASCII} characters, and is the default fallback for the other two fontsets, and if you set a default font rather than fontset. However, it does not specify font family names, so results can be -somewhat random if you use it directly. You can specify use of a -particular fontset by starting Emacs with the @samp{-fn} option. -For example, +somewhat random if you use it directly. You can specify a particular +fontset by starting Emacs with the @samp{-fn} option. For example, @example emacs -fn fontset-standard |