Update of /project/cl-l10n/cvsroot/cl-l10n/doc In directory common-lisp.net:/tmp/cvs-serv19681/doc
Modified Files: cl-l10n.texi Log Message: Changelog 2004-12-17 Date: Fri Dec 17 11:06:46 2004 Author: sross
Index: cl-l10n/doc/cl-l10n.texi diff -u cl-l10n/doc/cl-l10n.texi:1.3 cl-l10n/doc/cl-l10n.texi:1.4 --- cl-l10n/doc/cl-l10n.texi:1.3 Wed Dec 8 11:02:28 2004 +++ cl-l10n/doc/cl-l10n.texi Fri Dec 17 11:06:46 2004 @@ -159,6 +159,15 @@ A hash table containing loaded locales keyed on locale name. @end deftp
+@anchor {Variable *float-digits*} +@vindex *float-digits* +@deftp {Variable} *float-digits* +An integer value which determines the number of digits +after the decimal point when all said digits are zero. +This variable only has an effect when printing numbers +as monetary printing gets this value from the locale. +@end deftp +
@section Functions @anchor {Function locale-name}