diff -r f374291bcda9 docs/ref/settings.txt
--- a/docs/ref/settings.txt	Tue Nov 16 16:52:18 2010 +0100
+++ b/docs/ref/settings.txt	Tue Nov 16 21:16:40 2010 +0100
@@ -1170,7 +1170,7 @@
 setting ``THOUSAND_SEPARATOR`` will be used as the separator between those
 groups.
 
-See also ``THOUSAND_SEPARATOR``
+See also ``THOUSAND_SEPARATOR`` and ``USE_THOUSAND_SEPARATOR``
 
 .. setting:: PREPEND_WWW
 
@@ -1536,9 +1536,9 @@
 Default ``,`` (Comma)
 
 Default thousand separator used when formatting numbers. This setting is
-used only when ``NUMBER_GROUPING`` is set.
+used only when ``NUMBER_GROUPING`` and ``USE_THOUSAND_SEPARATOR`` are set.
 
-See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR``
+See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR`` and ``USE_THOUSAND_SEPARATOR``
 
 .. setting:: TIME_FORMAT
 
