aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-06-17 07:32:58 +0000
committerKenichi Handa2009-06-17 07:32:58 +0000
commitd2fac4a9fdef031d722511faeb7d6217d87c18c7 (patch)
tree0c91d9c33fed0b862f81ee024da335a2653e6429
parent125dd7c533a49b1b2decde026ff84ab40ce997b3 (diff)
downloademacs-d2fac4a9fdef031d722511faeb7d6217d87c18c7.tar.gz
emacs-d2fac4a9fdef031d722511faeb7d6217d87c18c7.zip
(Language Environments): Add @anchor{Describe Language Environment}.
(Charsets): Change @xref to @pxref.
-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