summaryrefslogtreecommitdiffstats
path: root/runtime/doc/mlang.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-19 19:52:13 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-19 19:52:13 +0200
commitc400cb9ca7dbd88a6c0ae678c7e04e54311d552d (patch)
tree61177f3c62264dca07df5d8a9e2947450c0082b8 /runtime/doc/mlang.txt
parent01a8f38fcd469db0360b896cb670b889619d3752 (diff)
Rename w_p_conceal to w_p_conc for consistency.
Diffstat (limited to 'runtime/doc/mlang.txt')
-rw-r--r--runtime/doc/mlang.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt
index d7127da388..d122521f8c 100644
--- a/runtime/doc/mlang.txt
+++ b/runtime/doc/mlang.txt
@@ -58,8 +58,10 @@ use of "-" and "_".
The locale {name} must be a valid locale on your
system. Some systems accept aliases like "en" or
"en_US", but some only accept the full specification
- like "en_US.ISO_8859-1".
- With the "messages" argument the language used for
+ like "en_US.ISO_8859-1". On Unix systems you can use
+ the this command to see what locales are supported: >
+ :!locale -a
+< With the "messages" argument the language used for
messages is set. This can be different when you want,
for example, English messages while editing Japanese
text. This sets $LC_MESSAGES.