aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/mule.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index a663d206536..98713c79227 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -422,6 +422,7 @@ character sets, coding systems, and input methods that go with it. It
422also shows some sample text to illustrate scripts used in this 422also shows some sample text to illustrate scripts used in this
423language environment. If you give an empty input for @var{lang-env}, 423language environment. If you give an empty input for @var{lang-env},
424this command describes the chosen language environment. 424this command describes the chosen language environment.
425@anchor{Describe Language Environment}
425 426
426@vindex set-language-environment-hook 427@vindex set-language-environment-hook
427 You can customize any language environment with the normal hook 428 You can customize any language environment with the normal hook
@@ -1631,7 +1632,7 @@ the behavior of Emacs in some cases.
1631charsets have different priorities. Emacs, at first, tries to use a 1632charsets have different priorities. Emacs, at first, tries to use a
1632font that matches with charsets of higher priority. For instance, in 1633font that matches with charsets of higher priority. For instance, in
1633Japanese language environment, the charset @code{japanese-jisx0208} 1634Japanese language environment, the charset @code{japanese-jisx0208}
1634has the highest priority (@xref{describe-language-environment}). So, 1635has the highest priority (@pxref{Describe Language Environment}). So,
1635Emacs tries to use a font whose @code{registry} property is 1636Emacs tries to use a font whose @code{registry} property is
1636``JISX0208.1983-0'' for characters belonging to that charset. 1637``JISX0208.1983-0'' for characters belonging to that charset.
1637 1638