diff options
| author | Robert Pluim | 2024-05-14 17:35:04 +0200 |
|---|---|---|
| committer | Robert Pluim | 2024-05-16 14:29:10 +0200 |
| commit | c22b91fd9ca7625a7a4f2d817552f19cc56ee310 (patch) | |
| tree | 8028cc6014e92a6c1100ed78c15abb772b63df9d | |
| parent | 1b622ff66e32e09fb679b4d371c3be951bf7f000 (diff) | |
| download | emacs-c22b91fd9ca7625a7a4f2d817552f19cc56ee310.tar.gz emacs-c22b91fd9ca7625a7a4f2d817552f19cc56ee310.zip | |
* doc/emacs/mule.texi (Unibyte Mode): Mention iso-transl-set-language
| -rw-r--r-- | doc/emacs/mule.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index ab6125f5745..55dd74c48a3 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1871,6 +1871,12 @@ they too are defined to compose with the following character, once | |||
| 1871 | @code{iso-transl} is loaded. | 1871 | @code{iso-transl} is loaded. |
| 1872 | 1872 | ||
| 1873 | Use @kbd{C-x 8 C-h} to list all the available @kbd{C-x 8} translations. | 1873 | Use @kbd{C-x 8 C-h} to list all the available @kbd{C-x 8} translations. |
| 1874 | |||
| 1875 | The set of translations available can be extended with certain | ||
| 1876 | language-specific characters using the @kbd{M-x iso-transl-set-language} | ||
| 1877 | command. Current supported languages are: @samp{French}, @samp{German}, | ||
| 1878 | @samp{Portuguese}, @samp{Spanish}, and @samp{Esperanto}. See | ||
| 1879 | @code{iso-transl-language-alist} for details. | ||
| 1874 | @end itemize | 1880 | @end itemize |
| 1875 | 1881 | ||
| 1876 | @node Charsets | 1882 | @node Charsets |