aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2024-05-14 17:35:04 +0200
committerRobert Pluim2024-05-16 14:29:10 +0200
commitc22b91fd9ca7625a7a4f2d817552f19cc56ee310 (patch)
tree8028cc6014e92a6c1100ed78c15abb772b63df9d
parent1b622ff66e32e09fb679b4d371c3be951bf7f000 (diff)
downloademacs-c22b91fd9ca7625a7a4f2d817552f19cc56ee310.tar.gz
emacs-c22b91fd9ca7625a7a4f2d817552f19cc56ee310.zip
* doc/emacs/mule.texi (Unibyte Mode): Mention iso-transl-set-language
-rw-r--r--doc/emacs/mule.texi6
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
1873Use @kbd{C-x 8 C-h} to list all the available @kbd{C-x 8} translations. 1873Use @kbd{C-x 8 C-h} to list all the available @kbd{C-x 8} translations.
1874
1875The set of translations available can be extended with certain
1876language-specific characters using the @kbd{M-x iso-transl-set-language}
1877command. 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