summaryrefslogtreecommitdiffstats
path: root/runtime/doc/mlang.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/mlang.txt')
-rw-r--r--runtime/doc/mlang.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt
index edab4d43ce..724ec46a85 100644
--- a/runtime/doc/mlang.txt
+++ b/runtime/doc/mlang.txt
@@ -82,9 +82,9 @@ use of "-" and "_".
characters. This sets $LC_COLLATE.
Without an argument all are set, and additionally
$LANG is set.
- When compiled with the |+float| feature the LC_NUMERIC
- value will always be set to "C", so that floating
- point numbers use '.' as the decimal point.
+ If available the LC_NUMERIC value will always be set
+ to "C", so that floating point numbers use '.' as the
+ decimal point.
This will make a difference for items that depend on
the language (some messages, time and date format).
Not fully supported on all systems