diff options
| author | Kenichi Handa | 2009-06-17 07:32:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-06-17 07:32:58 +0000 |
| commit | d2fac4a9fdef031d722511faeb7d6217d87c18c7 (patch) | |
| tree | 0c91d9c33fed0b862f81ee024da335a2653e6429 | |
| parent | 125dd7c533a49b1b2decde026ff84ab40ce997b3 (diff) | |
| download | emacs-d2fac4a9fdef031d722511faeb7d6217d87c18c7.tar.gz emacs-d2fac4a9fdef031d722511faeb7d6217d87c18c7.zip | |
(Language Environments): Add @anchor{Describe Language Environment}.
(Charsets): Change @xref to @pxref.
| -rw-r--r-- | doc/emacs/mule.texi | 3 |
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 | |||
| 422 | also shows some sample text to illustrate scripts used in this | 422 | also shows some sample text to illustrate scripts used in this |
| 423 | language environment. If you give an empty input for @var{lang-env}, | 423 | language environment. If you give an empty input for @var{lang-env}, |
| 424 | this command describes the chosen language environment. | 424 | this 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. | |||
| 1631 | charsets have different priorities. Emacs, at first, tries to use a | 1632 | charsets have different priorities. Emacs, at first, tries to use a |
| 1632 | font that matches with charsets of higher priority. For instance, in | 1633 | font that matches with charsets of higher priority. For instance, in |
| 1633 | Japanese language environment, the charset @code{japanese-jisx0208} | 1634 | Japanese language environment, the charset @code{japanese-jisx0208} |
| 1634 | has the highest priority (@xref{describe-language-environment}). So, | 1635 | has the highest priority (@pxref{Describe Language Environment}). So, |
| 1635 | Emacs tries to use a font whose @code{registry} property is | 1636 | Emacs 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 | ||