summaryrefslogtreecommitdiff
path: root/manual/locale.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1992-06-04 01:11:29 +0000
committerMelissa Weisshaus <melissa@gnu.org>1992-06-04 01:11:29 +0000
commit15e896fb9951f4c6edbe1d5557c41c91540d15e4 (patch)
treebbef7f1b2d358b7ef16ec0fbf2e11ced707f57ff /manual/locale.texi
parentcded38fb817127ca9e53ffcc8b599dc0652ed4b8 (diff)
fixed menu descriptions
Diffstat (limited to 'manual/locale.texi')
-rw-r--r--manual/locale.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/manual/locale.texi b/manual/locale.texi
index c2d87ecc7c..52bfc79a6e 100644
--- a/manual/locale.texi
+++ b/manual/locale.texi
@@ -361,9 +361,12 @@ and the value is @code{CHAR_MAX}, it means that the current locale has
no value for that parameter.
@menu
-* General Numeric::
-* Currency Symbol::
-* Sign of Money Amount::
+* General Numeric:: Parameters for formatting numbers and
+ currency amounts.
+* Currency Symbol:: How to print the symbol that identifies an
+ amount of money (e.g. @samp{$}).
+* Sign of Money Amount:: How to print the (positive or negative) sign
+ for a monetary amount, if one exists.
@end menu
@node General Numeric, Currency Symbol, , Numeric Formatting
@@ -529,7 +532,7 @@ only to the @code{currency_symbol}---that the @code{int_curr_symbol}
contains any appropriate separator, so you should never print an
additional space.
-based on what we know now, we recommend you ignore these members when
+Based on what we know now, we recommend you ignore these members when
printing international currency symbols, and print no extra space.
@end table