aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-30 10:49:02 +0000
committerEli Zaretskii2001-03-30 10:49:02 +0000
commit80f0ce09db36a975d1a226ae0ca621ed9ed199e3 (patch)
tree9186bed4521741813da3a6bc8b315ed698c951ad
parent9c6251b6796e81aeaab4059004990dee347327c6 (diff)
downloademacs-80f0ce09db36a975d1a226ae0ca621ed9ed199e3.tar.gz
emacs-80f0ce09db36a975d1a226ae0ca621ed9ed199e3.zip
(Language Environments): Fix the description of locale settings during
startup. From Paul Eggert.
-rw-r--r--man/mule.texi23
1 files changed, 12 insertions, 11 deletions
diff --git a/man/mule.texi b/man/mule.texi
index a175454b95f..a80c0af7a81 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -239,17 +239,18 @@ of the newly installed fonts with the following commands:
239@vindex locale-language-names 239@vindex locale-language-names
240@vindex locale-charset-language-names 240@vindex locale-charset-language-names
241@cindex locales 241@cindex locales
242 Some operating systems let you specify the language you are using by 242 Some operating systems let you specify the character-set locale you
243setting the locale environment variables @env{LC_ALL}, @env{LC_CTYPE}, 243are using by setting the locale environment variables @env{LC_ALL},
244or @env{LANG}.@footnote{If more than one of these is set, the first 244@env{LC_CTYPE}, or @env{LANG}.@footnote{If more than one of these is
245one that is nonempty specifies your locale for this purpose.} Emacs 245set, the first one that is nonempty specifies your locale for this
246handles this during startup by matching your locale against entries in 246purpose.} During startup, Emacs looks up your character-set locale's
247the value of the variables @code{locale-charset-language-names} and 247name in the system locale alias table, matches its canonical name
248@code{locale-language-names} and selects the corresponding language 248against entries in the value of the variables
249environment if a match is found. (The former variable overrides the 249@code{locale-charset-language-names} and @code{locale-language-names},
250latter.) It also adjusts the display table and terminal coding 250and selects the corresponding language environment if a match is found.
251system, the locale coding system, and the preferred coding system as 251(The former variable overrides the latter.) It also adjusts the display
252needed for the locale. 252table and terminal coding system, the locale coding system, and the
253preferred coding system as needed for the locale.
253 254
254 If you modify the @env{LC_ALL}, @env{LC_CTYPE}, or @env{LANG} 255 If you modify the @env{LC_ALL}, @env{LC_CTYPE}, or @env{LANG}
255environment variables while running Emacs, you may want to invoke the 256environment variables while running Emacs, you may want to invoke the