aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert1999-11-20 06:51:09 +0000
committerPaul Eggert1999-11-20 06:51:09 +0000
commitfa71a53211e7f46316a5c7526a2e5e308368f66f (patch)
tree13948bf05f52eb014e367a71615310760bc07307
parent2dedd03c496a244e5f0732a96a550f5bb3bdd4d6 (diff)
downloademacs-fa71a53211e7f46316a5c7526a2e5e308368f66f.tar.gz
emacs-fa71a53211e7f46316a5c7526a2e5e308368f66f.zip
Describe the relationship between set-locale-environment and
set-language-environment, and why one might want to invoke set-locale-environment.
-rw-r--r--man/ChangeLog6
-rw-r--r--man/mule.texi11
2 files changed, 17 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0d0f438d490..16316c879f4 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
11999-11-20 Paul Eggert <eggert@twinsun.com>
2
3 * mule.texi: Describe the relationship between
4 set-locale-environment and set-language-environment, and why
5 one might want to invoke set-locale-environment.
6
11999-11-01 Eli Zaretskii <eliz@is.elta.co.il> 71999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * cc-mode.texi: Fix complaints from makeinfo 4.0. 9 * cc-mode.texi: Fix complaints from makeinfo 4.0.
diff --git a/man/mule.texi b/man/mule.texi
index 09962e3d111..72d1b5be715 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -181,6 +181,17 @@ locale @samp{en_GB.ISO8859-15} matches @code{"Latin-1"} in
181@code{locale-charset-language-names}; since these two language 181@code{locale-charset-language-names}; since these two language
182environments' character sets disagree, Emacs uses @code{"Latin-9"}. 182environments' character sets disagree, Emacs uses @code{"Latin-9"}.
183 183
184 If all goes well, the @code{set-locale-environment} function selects
185the language environment, since language is part of locale. It also
186adjusts the display table and terminal coding system, the locale coding
187system, and the preferred coding system as needed for the locale.
188
189 Since the @code{set-locale-environment} function is automatically
190invoked during startup, you normally do not need to invoke it yourself.
191However, if you modify the @env{LC_ALL}, @env{LC_CTYPE}, or @env{LANG}
192environment variables, you may want to invoke the
193@code{set-locale-environment} function afterwards.
194
184@findex set-locale-environment 195@findex set-locale-environment
185@vindex locale-preferred-coding-systems 196@vindex locale-preferred-coding-systems
186 The @code{set-locale-environment} function normally uses the preferred 197 The @code{set-locale-environment} function normally uses the preferred