diff options
| -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}). | |||
| 871 | 871 | ||
| 872 | @vindex inhibit-iso-escape-detection | 872 | @vindex inhibit-iso-escape-detection |
| 873 | @cindex escape sequences in files | 873 | @cindex escape sequences in files |
| 874 | By default, the automatic detection of coding system is sensitive to | 874 | By default, the automatic detection of the coding system is sensitive to |
| 875 | escape sequences. If Emacs sees a sequence of characters that begin | 875 | escape sequences. If Emacs sees a sequence of characters that begin |
| 876 | with an escape character, and the sequence is valid as an ISO-2022 | 876 | with an escape character, and the sequence is valid as an ISO-2022 |
| 877 | code, that tells Emacs to use one of the ISO-2022 encodings to decode | 877 | 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 | |||
| 1344 | non-@acronym{ASCII} characters, and is the default fallback for the | 1344 | non-@acronym{ASCII} characters, and is the default fallback for the |
| 1345 | other two fontsets, and if you set a default font rather than fontset. | 1345 | other two fontsets, and if you set a default font rather than fontset. |
| 1346 | However, it does not specify font family names, so results can be | 1346 | However, it does not specify font family names, so results can be |
| 1347 | somewhat random if you use it directly. You can specify use of a | 1347 | somewhat random if you use it directly. You can specify a particular |
| 1348 | particular fontset by starting Emacs with the @samp{-fn} option. | 1348 | fontset by starting Emacs with the @samp{-fn} option. For example, |
| 1349 | For example, | ||
| 1350 | 1349 | ||
| 1351 | @example | 1350 | @example |
| 1352 | emacs -fn fontset-standard | 1351 | emacs -fn fontset-standard |