aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/cmdargs.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index a1b0b098f22..a842cb84abd 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -550,10 +550,11 @@ variables is not set, the category defaults to the value of the
550@env{LANG} is not set. But if @env{LC_ALL} is specified, it overrides 550@env{LANG} is not set. But if @env{LC_ALL} is specified, it overrides
551the settings of all the other locale environment variables. 551the settings of all the other locale environment variables.
552 552
553On MS-Windows, if @env{LANG} is not already set in the environment 553On MS-Windows and OS X, if @env{LANG} is not already set in the
554when Emacs starts, Emacs sets it based on the system-wide default 554environment, Emacs sets it based on the system-wide default. You can
555language, which you can set in the @samp{Regional Settings} Control Panel 555set this in the ``Regional Settings'' Control Panel on some versions
556on some versions of MS-Windows. 556of MS-Windows, and in the ``Language and Region'' System Preference on
557OS X.
557 558
558The value of the @env{LC_CTYPE} category is 559The value of the @env{LC_CTYPE} category is
559matched against entries in @code{locale-language-names}, 560matched against entries in @code{locale-language-names},