diff options
| -rw-r--r-- | doc/emacs/cmdargs.texi | 9 |
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 |
| 551 | the settings of all the other locale environment variables. | 551 | the settings of all the other locale environment variables. |
| 552 | 552 | ||
| 553 | On MS-Windows, if @env{LANG} is not already set in the environment | 553 | On MS-Windows and OS X, if @env{LANG} is not already set in the |
| 554 | when Emacs starts, Emacs sets it based on the system-wide default | 554 | environment, Emacs sets it based on the system-wide default. You can |
| 555 | language, which you can set in the @samp{Regional Settings} Control Panel | 555 | set this in the ``Regional Settings'' Control Panel on some versions |
| 556 | on some versions of MS-Windows. | 556 | of MS-Windows, and in the ``Language and Region'' System Preference on |
| 557 | OS X. | ||
| 557 | 558 | ||
| 558 | The value of the @env{LC_CTYPE} category is | 559 | The value of the @env{LC_CTYPE} category is |
| 559 | matched against entries in @code{locale-language-names}, | 560 | matched against entries in @code{locale-language-names}, |